aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkadota kyohei <lufia@users.noreply.github.com>2017-07-06 20:51:24 +0900
committerJohannes 'fish' Ziemke <github@freigeist.org>2017-07-06 13:51:24 +0200
commita077024f51594ff531f04fefe588c39ddf04d5f7 (patch)
treee2d7df3a3deb49e2857ae5229c1d49359dd09bd8 /README.md
parentab3414e6fd08f45c5609ef1422338c240ec5a943 (diff)
downloadprometheus_node_collector-a077024f51594ff531f04fefe588c39ddf04d5f7.tar.bz2
prometheus_node_collector-a077024f51594ff531f04fefe588c39ddf04d5f7.tar.xz
prometheus_node_collector-a077024f51594ff531f04fefe588c39ddf04d5f7.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c721ae..30e2451 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Name | Description | OS
24arp | Exposes ARP statistics from `/proc/net/arp`. | Linux 24arp | Exposes ARP statistics from `/proc/net/arp`. | Linux
25conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux 25conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux
26cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux 26cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux
27diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux 27diskstats | Exposes disk I/O statistics. | Darwin, Linux
28edac | Exposes error detection and correction statistics. | Linux 28edac | Exposes error detection and correction statistics. | Linux
29entropy | Exposes available entropy. | Linux 29entropy | Exposes available entropy. | Linux
30exec | Exposes execution statistics. | Dragonfly, FreeBSD 30exec | Exposes execution statistics. | Dragonfly, FreeBSD