From dd2973996fabe7b45af7ed15d56b520f7606f2e2 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 6 Jun 2023 13:01:03 +0000 Subject: [PATCH] QryDropped stats counter documentation update Document which dropped queries are calculated by the QryDropped statistics counter. (cherry picked from commit 27c30fe8a4b9661ab6289e7943c656c1bbeae79f) --- doc/arm/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 0cc7f21c72..25a13fa70a 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -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.