From ce55c7fc7dab3cc188b7007ddb4b4017df8d4dd1 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 21 Sep 2001 19:22:49 +0000 Subject: [PATCH] clarified documentation on statistics counters --- doc/arm/Bv9ARM-book.xml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index aabae6bc73..906dd3bfa1 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -3978,8 +3978,8 @@ number is identical to the number in the beginning line. success The number of successful queries made to the server or zone. A successful query -is defined as query which returns a NOERROR response other than -a referral response. +is defined as query which returns a NOERROR response with at least +one answer RR. referral @@ -3997,18 +3997,29 @@ NOERROR responses with no data. of queries which resulted in NXDOMAIN responses. -recursion -The number of queries which caused the server -to perform recursion in order to find the final answer. - failure The number of queries which resulted in a failure response other than those above. + +recursion +The number of queries which caused the server +to perform recursion in order to find the final answer. + + +Each query received by the server will cause exactly one of +success, +referral, +nxrrset, +nxdomain, or +failure +to be incremented, and may additionally cause the +recursion counter to be incremented. + +