]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
document duplicate and dropped stats categories
authorMark Andrews <marka@isc.org>
Wed, 13 Jun 2007 07:11:35 +0000 (07:11 +0000)
committerMark Andrews <marka@isc.org>
Wed, 13 Jun 2007 07:11:35 +0000 (07:11 +0000)
doc/arm/Bv9ARM-book.xml

index eb6460238e5cef1d738bd7c917a55db788fab4ee..12976854c82ab7fe22596f268148b05892d6d96a 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.75 2007/05/29 23:14:40 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.76 2007/06/13 07:11:35 marka Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -7497,6 +7497,32 @@ query-source-v6 address * port *;
                     </para>
                   </entry>
                 </row>
+                <row rowsep="0">
+                  <entry colname="1">
+                    <para><command>duplicate</command></para>
+                  </entry>
+                  <entry colname="2">
+                    <para>
+                      The number of queries which the server attempted to
+                     recurse but discover a existing query with the same
+                     IP address, port, query id, name, type and class
+                     already being processed.
+                    </para>
+                  </entry>
+                </row>
+                <row rowsep="0">
+                  <entry colname="1">
+                    <para><command>dropped</command></para>
+                  </entry>
+                  <entry colname="2">
+                    <para>
+                     The number of queries for which the server
+                     discovered a excessive number of existing
+                     recursive queries for the same name, type and
+                     class and were subsequently dropped.
+                   </para>
+                 </entry>
+               </row>
               </tbody>
             </tgroup>
           </informaltable>