-
Notifications
You must be signed in to change notification settings - Fork 384
collectors CPUCollector
Rob Smith edited this page Apr 19, 2013
·
17 revisions
The CPUCollector collects CPU utilization metric using /proc/stat.
- /proc/stat
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 |
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