Skip to content

collectors SoftInterruptCollector

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

SoftInterruptCollector

The SoftInterruptCollector collects metrics on software interrupts from /proc/stat

Dependencies

  • /proc/stat

Options - Generic Options

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

Example Output

servers.hostname.softirq.0 0
servers.hostname.softirq.1 1729
servers.hostname.softirq.2 2
servers.hostname.softirq.3 240
servers.hostname.softirq.4 31
servers.hostname.softirq.5 0
servers.hostname.softirq.6 0
servers.hostname.softirq.7 1480
servers.hostname.softirq.8 0
servers.hostname.softirq.9 1489
servers.hostname.softirq.total 4971
Clone this wiki locally