author | Peter Holik <peter@holik.at> | |
Tue, 27 Feb 2007 08:51:59 +0000 (09:51 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 27 Feb 2007 08:51:59 +0000 (09:51 +0100) | ||
commit | f21bcfdca1cf55f420ac31ea933a93277a4f0458 | |
tree | ea709114bb33a2a6d001d39f385b2b853aa51dc1 | tree | snapshot |
parent | d51a3768cc3302215ecf1f125a6f6d85ac246760 | commit | diff |
irq plugin: Added plugin to collect interrupt counters.
-- 8< --
Hi!
This plugin collects interrupts from /proc/interrupts
Usually all interrupts are collected but
you can configure what interruptnumbers are collected or not.
Example:
collect only wanted irqs:
<Plugin irq>
Irq 0
Irq 14
IgnoreSelected false
</Plugin>
collect all but no these irqs:
<Plugin irq>
Irq 7
Irq 8
Irq 9
IgnoreSelected true
</Plugin>
cu Peter
-- >8 --
-- 8< --
Hi!
This plugin collects interrupts from /proc/interrupts
Usually all interrupts are collected but
you can configure what interruptnumbers are collected or not.
Example:
collect only wanted irqs:
<Plugin irq>
Irq 0
Irq 14
IgnoreSelected false
</Plugin>
collect all but no these irqs:
<Plugin irq>
Irq 7
Irq 8
Irq 9
IgnoreSelected true
</Plugin>
cu Peter
-- >8 --
AUTHORS | diff | blob | history | |
collectd.spec | diff | blob | history | |
configure.in | diff | blob | history | |
contrib/collection.cgi | diff | blob | history | |
src/Makefile.am | diff | blob | history | |
src/collectd.conf.in | diff | blob | history | |
src/collectd.conf.pod | diff | blob | history | |
src/collectd.pod | diff | blob | history | |
src/irq.c | [new file with mode: 0644] | blob |