Backtick-quote path names in README.md.

This commit is contained in:
Julius Volz 2015-04-14 15:19:02 +02:00
parent e759e5719b
commit 473016dd51
1 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ collectors.
## Available collectors ## Available collectors
By default the build will include the native collectors that expose information By default the build will include the native collectors that expose information
from /proc. from `/proc`.
Which collectors are used is controlled by the `--collectors.enabled` flag. Which collectors are used is controlled by the `--collectors.enabled` flag.
@ -26,13 +26,13 @@ Which collectors are used is controlled by the `--collectors.enabled` flag.
Name | Description Name | Description
---------|------------ ---------|------------
attributes | Exposes attributes from the configuration file. Deprecated, use textfile module instead. attributes | Exposes attributes from the configuration file. Deprecated, use textfile module instead.
diskstats | Exposes disk I/O statistics from /proc/diskstats. diskstats | Exposes disk I/O statistics from `/proc/diskstats`.
filesystem | Exposes filesystem statistics, such as disk space used. filesystem | Exposes filesystem statistics, such as disk space used.
loadavg | Exposes load average. loadavg | Exposes load average.
meminfo | Exposes memory statistics from /proc/meminfo. meminfo | Exposes memory statistics from `/proc/meminfo`.
netdev | Exposes network interface statistics from /proc/netstat, such as bytes transferred. netdev | Exposes network interface statistics from `/proc/netstat`, such as bytes transferred.
netstat | Exposes network statistics from /proc/net/netstat. This is the same information as `netstat -s`. netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`.
stat | Exposes various statistics from /proc/stat. This includes CPU usage, boot time, forks and interrupts. stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, boot time, forks and interrupts.
textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set.
time | Exposes the current system time. time | Exposes the current system time.
@ -43,12 +43,12 @@ Name | Description
---------|------------ ---------|------------
bonding | Exposes the number of configured and active slaves of Linux bonding interfaces. bonding | Exposes the number of configured and active slaves of Linux bonding interfaces.
gmond | Exposes statistics from Ganglia. gmond | Exposes statistics from Ganglia.
interrupts | Exposes detailed interrupts statistics from /proc/interrupts. interrupts | Exposes detailed interrupts statistics from `/proc/interrupts`.
lastlogin | Exposes the last time there was a login. lastlogin | Exposes the last time there was a login.
megacli | Exposes RAID statistics from MegaCLI. megacli | Exposes RAID statistics from MegaCLI.
ntp | Exposes time drift from an NTP server. ntp | Exposes time drift from an NTP server.
runit | Exposes service status from [runit](http://smarden.org/runit/). runit | Exposes service status from [runit](http://smarden.org/runit/).
tcpstat | Exposes TCP connection status information from /proc/net/tcp and /proc/net/tcp6. (Warning: the current version has potential performance issues in high load situations.) tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.)
## Textfile Collector ## Textfile Collector