Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.35 KB

collectd-cpufreq.md

File metadata and controls

48 lines (28 loc) · 1.35 KB

collectd/cpufreq

Monitor Type: collectd/cpufreq (Source)

Accepts Endpoints: No

Multiple Instances Allowed: No

Overview

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

Configuration

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.

Metrics

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.