summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d1b256)
raw | patch | inline | side by side (parent: 6d1b256)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 25 Sep 2014 16:54:56 +0000 (18:54 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 25 Sep 2014 16:54:56 +0000 (18:54 +0200) |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index ec2d51ca92427d02be8cb0d1f65f7959eaaf8671..3a8609a140e197f19a3d0174a92fb756a2eef0c4 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# DeleteGauges false
# DeleteSets false
# TimerPercentile 90.0
+# TimerPercentile 95.0
+# TimerPercentile 99.0
# TimerLower false
# TimerUpper false
# TimerSum false
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 987ac88b6f4d06bd04ec506732916605294b69e3..8a6614b2568e9a2df7151dc9622b6bfc0868cc6d 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
computed latency. This is useful for cutting off the long tail latency, as it's
often done in I<Service Level Agreements> (SLAs).
-If not specified, no percentile is calculated / dispatched.
+Different percentiles can be calculated by setting this option several times.
+If none are specified, no percentiles are calculated / dispatched.
=item B<TimerLower> B<false>|B<true>
-Calculates and dispatch the lowest value for the metric in an inteval.
-
-If set to B<False>, no lowest value is calculated / dispatched.
-
=item B<TimerUpper> B<false>|B<true>
-Calculates and dispatch the highest value for the metric in an inteval.
-
-If set to B<False>, no highest value is calculated / dispatched.
-
=item B<TimerSum> B<false>|B<true>
-Calculates and dispatch a sum for all the values for the metric in an inteval.
-
-If set to B<False>, no sum value is calculated / dispatched.
-
=item B<TimerCount> B<false>|B<true>
-Calculates and dispatch a count of all the values for the metric been sent in an inteval.
-
-If set to B<False>, no count value is calculated / dispatched.
+Calculate and dispatch various values out of I<Timer> metrics received during
+an interval. If set to B<False>, the default, these values aren't calculated /
+dispatched.
=back