aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2017-01-03 14:23:50 +0100
committerGitHub <noreply@github.com>2017-01-03 14:23:50 +0100
commit4e696d5d311addcd6ad7221fa7c59518c865a47c (patch)
tree4e682732f3a3325e243b141b5ad613d1f210dd1c /README.md
parent079fd701a0bfacbfdfa3b2a8e02deaa0a425054d (diff)
parent050d6f7f134298acc1cfd3f214e8feff46d65949 (diff)
downloadprometheus_node_collector-4e696d5d311addcd6ad7221fa7c59518c865a47c.tar.bz2
prometheus_node_collector-4e696d5d311addcd6ad7221fa7c59518c865a47c.tar.xz
prometheus_node_collector-4e696d5d311addcd6ad7221fa7c59518c865a47c.zip
Merge pull request #391 from discordianfish/fish-add-cpu-darwin
Add cpu collector for darwin
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 25225be..4a37309 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Which collectors are used is controlled by the `--collectors.enabled` flag.
19Name | Description | OS 19Name | Description | OS
20---------|-------------|---- 20---------|-------------|----
21conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux 21conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux
22cpu | Exposes CPU statistics | Dragonfly, FreeBSD 22cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD
23diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux 23diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux
24entropy | Exposes available entropy. | Linux 24entropy | Exposes available entropy. | Linux
25filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux 25filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux