X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=ecf7ef687bfd448df5a0cbcc2a0cd0a9aaac0832;hb=41c58bbf1dd3fd89d80cb72a07cf659b52fba993;hp=5cedace7e6f2fa3346c531ebbbf18f20256991d7;hpb=cb7fed8bf0af2646dfcb32844933398c28e39be5;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 5cedace7..ecf7ef68 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -202,6 +202,27 @@ TCP-Port to connect to. Defaults to B<7634>. =back +=head2 Plugin C + +=over 4 + +=item B I + +Select this irq. By default these irqs will then be collected. For a more +detailed description see B below. + +=item B I|I + +If no configuration if given, the B-plugin will collect data from all +irqs. This may not be practical, especially if no interrupts happen. Thus, you +can use the B-option to pick the interupt you're interested in. +Sometimes, however, it's easier/prefered to collect all interupts I a +few ones. This option enables you to do that: By setting B to +I the effect of B is inversed: All selected interupts are ignored +and all other interupts are collected. + +=back + =head2 Plugin C =over 4 @@ -310,13 +331,26 @@ Sets the Time-To-Live of generated ICMP packets. =over 4 +=item B I + +When the C uses a cache (by setting B, see below) +it writes all values for a certain RRD-file if the oldest value is older than +(or equal to) the number of seconds specified. If some RRD-file is not updated +anymore for some reason (the computer was shut down, the network is broken, +etc.) some values may still be in the cache. If B is set, then the +entire cache is searched for entries older than B seconds and +written to disk every I seconds. Since this is kind of expensive and +does nothing under normal circumstances, this value should not be too small. +900 seconds might be a good value, though setting this to 7200 seconds doesn't +normally do much harm either. + =item B I -If this option is set to a value greater than zero, the C-plugin will -write values every I seconds to the RRD-files. Writing multiple values -at once reduces IO-operations and thus lessens the load produced by updating -the files. The tradeoff is that the graphs kind of "drag behind" and that more -memory is used. +If this option is set to a value greater than zero, the C will +save values in a cache, as described above. Writing multiple values at once +reduces IO-operations and thus lessens the load produced by updating the files. +The tradeoff is that the graphs kind of "drag behind" and that more memory is +used. =item B I