Skip to content

collectors LoadAverageCollector

Rob Smith edited this page Apr 19, 2013 · 15 revisions

LoadAverageCollector

Uses /proc/loadavg to collect data on load average

Dependencies

  • /proc/loadavg

Options - Generic Options

Setting Default Description Type
byte_unit byte Default numeric output(s) str
enabled True Enable collecting these metrics str
measure_collector_time False Collect the collector run time in ms bool

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

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally