[collectd] [PATCH] plugin irq
    Peter Holik 
    peter<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>holik.at
       
    Sun Feb 25 12:37:22 CET 2007
    
    
  
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: collectd-3.11.2_irq.diff.gz
Type: application/x-gzip
Size: 5102 bytes
Desc: not available
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20070225/80c19e93/collectd-3.11.2_irq.diff.bin
    
    
More information about the collectd
mailing list