Merge pull request #391 from discordianfish/fish-add-cpu-darwin

Add cpu collector for darwin
This commit is contained in:
Johannes 'fish' Ziemke 2017-01-03 14:23:50 +01:00 committed by GitHub
commit 4e696d5d31
2 changed files with 120 additions and 1 deletions

View file

@ -19,7 +19,7 @@ Which collectors are used is controlled by the `--collectors.enabled` flag.
Name | Description | OS
---------|-------------|----
conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux
cpu | Exposes CPU statistics | Dragonfly, FreeBSD
cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD
diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux
entropy | Exposes available entropy. | Linux
filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux