README.md: Fix typo

This commit is contained in:
Richard Hartmann 2016-01-13 10:20:28 +01:00
parent 3640c54ce6
commit a957f989fd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ diskstats | Exposes disk I/O statistics from `/proc/diskstats`.
filefd | Exposes file descriptor statistics.
filesystem | Exposes filesystem statistics, such as disk space used.
loadavg | Exposes load average.
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no /proc/mdstat present).
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present).
meminfo | Exposes memory statistics from `/proc/meminfo`.
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`.