add diskstats on Darwin (#593)
* Add diskstats collector for Darwin * Update year in the header * Update README.md * Add github.com/lufia/iostat to vendored packages * Change stats to follow naming guidelines * Add a entry of github.com/lufia/iostat into vendor.json * Remove /proc/diskstats from description
This commit is contained in:
parent
ab3414e6fd
commit
a077024f51
10 changed files with 440 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Name | Description | OS
|
|||
arp | Exposes ARP statistics from `/proc/net/arp`. | Linux
|
||||
conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux
|
||||
cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux
|
||||
diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux
|
||||
diskstats | Exposes disk I/O statistics. | Darwin, Linux
|
||||
edac | Exposes error detection and correction statistics. | Linux
|
||||
entropy | Exposes available entropy. | Linux
|
||||
exec | Exposes execution statistics. | Dragonfly, FreeBSD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue