Skip to content

collectors CPUCollector

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

CPUCollector

The CPUCollector collects CPU utilization metric using /proc/stat.

Dependencies

  • /proc/stat

Options - Generic Options

Setting Default Description Type
enabled True Enable collecting these metrics str
byte_unit byte Default numeric output(s) str

Example Output

servers.hostname.cpu.total.idle 2440.8
servers.hostname.cpu.total.iowait 0.2
servers.hostname.cpu.total.nice 0.0
servers.hostname.cpu.total.system 0.2
servers.hostname.cpu.total.user 0.4
Clone this wiki locally