2022-05-19 00:31:52 +08:00
|
|
|
# Intel PowerStat plugin enables monitoring of platform metrics (power, TDP) and per-CPU metrics like temperature, power and utilization.
|
|
|
|
|
[[inputs.intel_powerstat]]
|
2022-05-24 21:49:47 +08:00
|
|
|
## The user can choose which package metrics are monitored by the plugin with the package_metrics setting:
|
|
|
|
|
## - The default, will collect "current_power_consumption", "current_dram_power_consumption" and "thermal_design_power"
|
|
|
|
|
## - Setting this value to an empty array means no package metrics will be collected
|
|
|
|
|
## - Finally, a user can specify individual metrics to capture from the supported options list
|
2022-05-19 00:31:52 +08:00
|
|
|
## Supported options:
|
2022-06-06 23:23:48 +08:00
|
|
|
## "current_power_consumption", "current_dram_power_consumption", "thermal_design_power", "max_turbo_frequency", "uncore_frequency"
|
2022-05-24 21:49:47 +08:00
|
|
|
# package_metrics = ["current_power_consumption", "current_dram_power_consumption", "thermal_design_power"]
|
|
|
|
|
|
|
|
|
|
## The user can choose which per-CPU metrics are monitored by the plugin in cpu_metrics array.
|
|
|
|
|
## Empty or missing array means no per-CPU specific metrics will be collected by the plugin.
|
|
|
|
|
## Supported options:
|
|
|
|
|
## "cpu_frequency", "cpu_c0_state_residency", "cpu_c1_state_residency", "cpu_c6_state_residency", "cpu_busy_cycles", "cpu_temperature", "cpu_busy_frequency"
|
|
|
|
|
## ATTENTION: cpu_busy_cycles option is DEPRECATED - superseded by cpu_c0_state_residency
|
2022-05-19 00:31:52 +08:00
|
|
|
# cpu_metrics = []
|