From: bert hubert Date: Mon, 21 Sep 2015 20:20:47 +0000 (+0200) Subject: clarify qa-latency a bit X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f40bac8b877bac3070db9a01d88e2a1ecfb4f7;p=thirdparty%2Fpdns.git clarify qa-latency a bit --- diff --git a/docs/markdown/recursor/stats.md b/docs/markdown/recursor/stats.md index 514d15893d..469f6a5f69 100644 --- a/docs/markdown/recursor/stats.md +++ b/docs/markdown/recursor/stats.md @@ -39,7 +39,7 @@ The `rec_control get` command can be used to query the following statistics, eit * `packetcache-hits`: packet cache hits (since 3.2) * `packetcache-misses`: packet cache misses (since 3.2) * `policy-drops`: packets dropped because of (Lua) policy decision -* `qa-latency`: shows the current latency average, in microseconds +* `qa-latency`: shows the current latency average, in microseconds, exponentially weighted over past 'latency-statistic-size' packets * `questions`: counts all end-user initiated queries with the RD bit set * `resource-limits`: counts number of queries that could not be performed because of resource limits * `security-status`: security status based on [security polling](../common/security.md#implementation)