13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
|
|
# Provides Linux CPU metrics
|
||
|
|
[[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"]
|