mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
improve ARM text about cache DB statistics
This commit is contained in:
committed by
Matthijs Mekking
parent
98b460e604
commit
2ceb4b6a98
@@ -15227,15 +15227,29 @@ HOST-127.EXAMPLE. MX 0 .
|
|||||||
</entry>
|
</entry>
|
||||||
<entry colname="2">
|
<entry colname="2">
|
||||||
<para>
|
<para>
|
||||||
The number of RRsets per RR type and nonexistent
|
Statistics counters related to cache contents;
|
||||||
names stored in the cache database.
|
maintained per view.
|
||||||
If the exclamation mark (!) is printed for a RR
|
</para>
|
||||||
type, it means that particular type of RRset is
|
<para>
|
||||||
known to be nonexistent (this is also known as
|
The "NXDOMAIN" counter is the number of names
|
||||||
"NXRRSET"). If a hash mark (#) is present then
|
that have been cached as nonexistent.
|
||||||
the RRset is stale. If a tilde mark (~) is
|
Counters named for RR types indicate the
|
||||||
present, the RRset is marked for garbage
|
number of active RRsets for each type in the cache
|
||||||
collection. Maintained per view.
|
database.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
If an RR type name is preceded by an exclamation
|
||||||
|
mark (!), it represents the number of records in the
|
||||||
|
cache which indicate that the type does not exist
|
||||||
|
for a particular name (this is also known as "NXRRSET").
|
||||||
|
If an RR type name is preceded by a hash mark (#), it
|
||||||
|
represents the number of RRsets for this type that are
|
||||||
|
present in the cache but whose TTLs have expired; these
|
||||||
|
RRsets may only be used if stale answers are enabled.
|
||||||
|
If an RR type name is preceded by a tilde (~), it
|
||||||
|
represents the number of RRsets for this type that are
|
||||||
|
present in the cache database but are marked for garbage
|
||||||
|
collection; these RRsets cannot be used.
|
||||||
</para>
|
</para>
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
Reference in New Issue
Block a user