mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
2577. [doc] Clarified some statistics counters. [RT #19454]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
2577. [doc] Clarified some statistics counters. [RT #19454]
|
||||||
|
|
||||||
2576. [bug] NSEC record were not being correctly signed when
|
2576. [bug] NSEC record were not being correctly signed when
|
||||||
a zone transitions from insecure to secure.
|
a zone transitions from insecure to secure.
|
||||||
Handle such incorrectly signed zones. [RT #19114]
|
Handle such incorrectly signed zones. [RT #19114]
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.403 2009/03/05 04:32:34 marka Exp $ -->
|
<!-- File: $Id: Bv9ARM-book.xml,v 1.404 2009/03/13 01:51:50 jinmei Exp $ -->
|
||||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<title>BIND 9 Administrator Reference Manual</title>
|
<title>BIND 9 Administrator Reference Manual</title>
|
||||||
|
|
||||||
@@ -7966,7 +7966,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry id="clients-per-query">
|
||||||
<term><command>clients-per-query</command></term>
|
<term><command>clients-per-query</command></term>
|
||||||
<term><command>max-clients-per-query</command></term>
|
<term><command>max-clients-per-query</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -12262,10 +12262,18 @@ HOST-127.EXAMPLE. MX 0 .
|
|||||||
</entry>
|
</entry>
|
||||||
<entry colname="3">
|
<entry colname="3">
|
||||||
<para>
|
<para>
|
||||||
Queries for which the server
|
Recursive queries for which the server
|
||||||
discovered an excessive number of existing
|
discovered an excessive number of existing
|
||||||
recursive queries for the same name, type and
|
recursive queries for the same name, type and
|
||||||
class and were subsequently dropped.
|
class and were subsequently dropped.
|
||||||
|
This is the number of dropped queries due to
|
||||||
|
the reason explained with the
|
||||||
|
<command>clients-per-query</command>
|
||||||
|
and
|
||||||
|
<command>max-clients-per-query</command>
|
||||||
|
options
|
||||||
|
(see the description about
|
||||||
|
<xref linkend="clients-per-query"/>.)
|
||||||
This corresponds to the
|
This corresponds to the
|
||||||
<command>dropped</command> counter
|
<command>dropped</command> counter
|
||||||
of previous versions of
|
of previous versions of
|
||||||
@@ -12287,6 +12295,14 @@ HOST-127.EXAMPLE. MX 0 .
|
|||||||
<command>failure</command> counter
|
<command>failure</command> counter
|
||||||
of previous versions of
|
of previous versions of
|
||||||
<acronym>BIND</acronym> 9.
|
<acronym>BIND</acronym> 9.
|
||||||
|
Note: this counter is provided mainly for
|
||||||
|
backward compatibility with the previous versions.
|
||||||
|
Normally a more fine-grained counters such as
|
||||||
|
<command>AuthQryRej</command> and
|
||||||
|
<command>RecQryRej</command>
|
||||||
|
that would also fall into this counter are provided,
|
||||||
|
and so this counter would not be of much
|
||||||
|
interest in practice.
|
||||||
</para>
|
</para>
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
Reference in New Issue
Block a user