From: Florian Forster Date: Wed, 12 Oct 2016 15:15:10 +0000 (+0200) Subject: collectd.conf(5): Update the "LatencyRate" option. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=57047e632ae303cf0339a899093a82589922763a;p=collectd.git collectd.conf(5): Update the "LatencyRate" option. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 0cb95cdd..4d1190ec 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1269,9 +1269,9 @@ # LatencyPercentile 70 # LatencyPercentile 95 # LatencyRateType "requests" -# LatencyRate 0.001 0.100 -# LatencyRate 0.101 0.200 -# LatencyRate 0.201 0 +# LatencyRate 0 0.100 +# LatencyRate 0.100 0.200 +# LatencyRate 0.200 0 # # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index a592ed32..d9c4aac2 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7083,20 +7083,23 @@ computed latency. Different percentiles can be calculated by setting this option several times. =item B I + Sets the type used to dispatch B values. =item B I I Calculate and dispatch rate of latency values fall within requested interval. -Interval is specified as [I, I] (including -boundaries). Rate cannot be reported for 0.000 latency, so I -should be 0.001 or greater. When I value is equal to 0 then -interval is [lower, infinity). +Both, I and I is a duration in seconds and can be +a fractional number, such as B<0.5>. The settings specify the interval +C<(I, I]>, i.e. the range I the lower +bound and I the upper bound. I and I +can be zero, meaning no lower/upper bound. Rates for different intervals can be calculated by setting this option several times. =item B I + Sets the type used to dispatch B values. =back