Merge pull request #391 from discordianfish/fish-add-cpu-darwin
Add cpu collector for darwin
This commit is contained in:
commit
4e696d5d31
2 changed files with 120 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue