Skip to content

collectors LoadAverageCollector

Rob Smith edited this page Oct 29, 2012 · 15 revisions

LoadAverageCollector

Uses /proc/loadavg to collect data on load average

Dependencies

  • /proc/loadavg

Options

  • Generic Options
  • enabled: Enable collecting these metrics
  • byte_unit: Default numeric output(s)

Example Output

servers.hostname.loadavg.01 (0.0, 2)
servers.hostname.loadavg.05 (0.32, 2)
servers.hostname.loadavg.15 (0.56, 2)
servers.hostname.loadavg.processes_running 1
servers.hostname.loadavg.processes_total 235
Clone this wiki locally