summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d278a40)
raw | patch | inline | side by side (parent: d278a40)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 18 Aug 2009 19:38:01 +0000 (21:38 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 18 Aug 2009 19:38:01 +0000 (21:38 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 64837553412a27b6fa74dbcea70da27711aae7e0..7ab21724704e73cf34bc5fe2deaf60d82d16f44b 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
"collection3" you'll end up with a responsive and fast system, up to date
graphs and basically a "backup" of your values every hour.
+=item B<RandomTimeout> I<Seconds>
+
+When set, the actual timeout for each value is chosen randomly between
+I<CacheTimeout>-I<RandomTimeout> and I<CacheTimeout>+I<RandomTimeout>. The
+intention is to avoid high load situations that appear when many values timeout
+at the same time. This is especially a problem shortly after the daemon starts,
+because all values were added to the internal cache at roughly the same time.
+
=back
=head2 Plugin C<sensors>