Scrape cooling_device state

Signed-off-by: Alex Schmitz <alex.schmitz@gmail.com>
This commit is contained in:
Alex Schmitz 2019-08-11 22:52:16 -05:00 committed by Alex Schmitz
commit 664025d60c
No known key found for this signature in database
GPG key ID: DB2FA6E56B5D4228
11 changed files with 557 additions and 3 deletions

View file

@ -55,6 +55,7 @@ schedstat | Exposes task scheduler statistics from `/proc/schedstat`. | Linux
sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux
textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
thermal\_zone | Exposes thermal zone & cooling device statistics from `/sys/class/thermal`. | Linux
time | Exposes the current system time. | _any_
timex | Exposes selected adjtimex(2) system call stats. | Linux
uname | Exposes system information as provided by the uname system call. | Darwin, FreeBSD, Linux, OpenBSD