2022-08-25 03:10:45 +08:00
|
|
|
# Provides Linux CPU metrics
|
2023-03-02 05:21:14 +08:00
|
|
|
# This plugin ONLY supports Linux
|
2022-08-25 03:10:45 +08:00
|
|
|
[[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"]
|