Installing and Administering Internet Services
Chapter 3 149
Configuring and Administering the BIND Name Service
Troubleshooting the BIND Name Server
Statistics are appended to the file. The statistics look similar to this:
1273431 time since boot (secs)
29802 time since reset (secs)
326031 input packets
327165 output packets
284353 queries
0 iqueries
214 duplicate queries
50109 responses
70 duplicate responses
220220 OK answers
63919 FAIL answers
0 FORMERR answers
23 system queries
4 prime cache calls
4 check_ns calls
0 bad responses dropped
0 martian responses
0 Unknown query types
47921 A querys
2054 CNAME querys
8216 SOA querys
35906 PTR querys
10569 MX querys
424 AXFR querys
179263 ANY querys
The first two lines print out the number of seconds that the name server
has been running and the number of seconds since the last restart
caused by a SIGHUP signal. To convert these values to days, divide by
86,400 (the number of seconds in a day).
input packets is the number of datagrams received by the name server.
The datagrams come from the resolver code compiled into the services
and from queries and responses from other name servers.
output packets is the number of datagrams sent by the name server.
These datagrams are responses to resolver queries, responses to queries
from other name servers, and system queries. Because queries to other
name servers may not be answered, there will probably be more output
packets than input packets.
queries is the number of queries received by this name server. Because
the name server can handle datagram and stream connections, there can
be more queries than input packets. The total number of queries is the
sum of all the counts of different query types listed in this statistics