Monitor Type: collectd/cpufreq
(Source)
Accepts Endpoints: No
Multiple Instances Allowed: No
Monitors the actual clock speed of each CPU on a host. Useful for systems that vary the clock speed to conserve energy.
See https://collectd.org/wiki/index.php/Plugin:CPUFreq
To activate this monitor in the Smart Agent, add the following to your agent config:
monitors: # All monitor config goes under this key
- type: collectd/cpufreq
... # Additional config
For a list of monitor options that are common to all monitors, see Common Configuration.
This monitor has no configuration options.
These are the metrics available for this monitor. This monitor emits all metrics by default; however, none are categorized as container/host -- they are all custom.
cpufreq.<N>
(gauge)
The processor frequency in Hertz for the th processor on the system. The agent does not do any built-in filtering of metrics coming out of this monitor.