Browse Source

README.md: Fix typo

pull/188/head
Richard Hartmann 9 years ago
parent
commit
a957f989fd
  1. 2
      README.md

2
README.md

@ -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`.

Loading…
Cancel
Save