]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
QryDropped stats counter documentation update
authorAram Sargsyan <aram@isc.org>
Tue, 6 Jun 2023 13:01:03 +0000 (13:01 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 7 Jun 2023 14:01:46 +0000 (14:01 +0000)
Document which dropped queries are calculated by the QryDropped
statistics counter.

(cherry picked from commit 27c30fe8a4b9661ab6289e7943c656c1bbeae79f)

doc/arm/reference.rst

index 0cc7f21c7200ed5dc72256b38f6d5a561698bf5d..25a13fa70a3ae837a0818ad05570223cfabc1e5b 100644 (file)
@@ -7912,7 +7912,7 @@ Name Server Statistics Counters
     This indicates the number of queries which the server attempted to recurse but for which it discovered an existing query with the same IP address, port, query ID, name, type, and class already being processed. This corresponds to the ``duplicate`` counter of previous versions of BIND 9.
 
 ``QryDropped``
-    This indicates the number of recursive queries for which the server discovered an excessive number of existing recursive queries for the same name, type, and class, and which were subsequently dropped. This is the number of dropped queries due to the reason explained with the :any:`clients-per-query` and :any:`max-clients-per-query` options. This corresponds to the ``dropped`` counter of previous versions of BIND 9.
+    This indicates the number of recursive queries dropped by the server as a result of configured limits. These limits include the settings of the :any:`fetches-per-zone`, :any:`fetches-per-server`, :any:`clients-per-query`, and :any:`max-clients-per-query` options, as well as the :any:`rate-limit` option. This corresponds to the ``dropped`` counter of previous versions of BIND 9.
 
 ``QryFailure``
     This indicates the number of query failures. This corresponds to the ``failure`` counter of previous versions of BIND 9. Note: this counter is provided mainly for backward compatibility with previous versions; normally, more fine-grained counters such as ``AuthQryRej`` and ``RecQryRej`` that would also fall into this counter are provided, so this counter is not of much interest in practice.