14 lines
359 B
Text
14 lines
359 B
Text
|
# Provides Linux CPU metrics
|
||
|
# This plugin ONLY supports Linux
|
||
|
[[inputs.linux_cpu]]
|
||
|
## Path for sysfs filesystem.
|
||
|
## See https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt
|
||
|
## Defaults:
|
||
|
# host_sys = "/sys"
|
||
|
|
||
|
## CPU metrics collected by the plugin.
|
||
|
## Supported options:
|
||
|
## "cpufreq", "thermal"
|
||
|
## Defaults:
|
||
|
# metrics = ["cpufreq"]
|