From: Marc Fournier Date: Tue, 24 Feb 2015 06:43:22 +0000 (+0100) Subject: Merge branch 'collectd-4.10' into collectd-5.3 X-Git-Tag: collectd-5.3.2~5 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d1483d2e2a9116c233aeaceba99fa58a7e6bdc87;p=collectd.git Merge branch 'collectd-4.10' into collectd-5.3 Conflicts: src/collectd.conf.pod --- d1483d2e2a9116c233aeaceba99fa58a7e6bdc87 diff --cc src/collectd.conf.pod index 7a4eb938,16397e21..5f9538b7 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@@ -4692,60 -3881,14 +4692,68 @@@ Enables or disables the creation of RR locally, or B is set to a relative path, this will not work as expected. Default is B. +=item B B|B + +When enabled, new RRD files are enabled asynchronously, using a separate thread +that runs in the background. This prevents writes to block, which is a problem +especially when many hundreds of files need to be created at once. However, +since the purpose of creating the files asynchronously is I to block until +the file is available, values before the file is available will be discarded. +When disabled (the default) files are created synchronously, blocking for a +short while, while the file is being written. + +=item B I + +B the stepsize of newly created RRD-files. Ideally (and per default) +this setting is unset and the stepsize is set to the interval in which the data +is collected. Do not use this option unless you absolutely have to for some +reason. Setting this option may cause problems with the C, the +C or when the daemon is set up to receive data from other hosts. + +=item B I + +B the heartbeat of newly created RRD-files. This setting should be unset +in which case the heartbeat is set to twice the B which should equal +the interval in which data is collected. Do not set this option unless you have +a very good reason to do so. + +=item B I + +The C calculates the number of PDPs per CDP based on the +B, this setting and a timespan. This plugin creates RRD-files with +three times five RRAs, i. e. five RRAs with the CFs B, B, and +B. The five RRAs are optimized for graphs covering one hour, one day, one +week, one month, and one year. + +So for each timespan, it calculates how many PDPs need to be consolidated into +one CDP by calculating: + number of PDPs = timespan / (stepsize * rrarows) + +Bottom line is, set this no smaller than the width of you graphs in pixels. The +default is 1200. + +=item B I + +Adds an RRA-timespan, given in seconds. Use this option multiple times to have +more then one RRA. If this option is never used, the built-in default of (3600, +86400, 604800, 2678400, 31622400) is used. + +For more information on how RRA-sizes are calculated see B above. + +=item B I + +Set the "XFiles Factor". The default is 0.1. If unsure, don't set this option. +I must be in the range C<[0.0-1.0)>, i.e. between zero (inclusive) and +one (exclusive). + + =item B B|B + + When set to B, various statistics about the I daemon will be + collected, with "rrdcached" as the I. Defaults to B. + + Statistics are read via Is socket using the STATS command. + See L for details. + =back =head2 Plugin C