Re: Understanding Total QPS from named stats

2010-05-25 Thread JINMEI Tatuya / 神明達哉
At Tue, 25 May 2010 07:48:48 -0700 (PDT), ivan jr sy wrote: > As a follow up question, the stats "queries resulted in successful > answer" - does this counter only cover queries that were answered > with DNS data? See the BIND 9 ARM (http://www.isc.org/files/arm96.html#statistics_counters). To q

Re: Understanding Total QPS from named stats

2010-05-25 Thread ivan jr sy
Jinmei - Thank you. As a follow up question, the stats "queries resulted in successful answer" - does this counter only cover queries that were answered with DNS data? how about DNS queries that where the responded with SERVFAIL, NXDOMAIN, timed-out due to delegation, dropped, or non-successful

Re: Understanding Total QPS from named stats

2010-05-24 Thread JINMEI Tatuya / 神明達哉
At Thu, 20 May 2010 19:37:34 -0700 (PDT), ivan jr sy wrote: > But is there a best practice in calculating it from the named stats? > > Can the dynamic updates, notify and such be considered as queries? In named.stats you copied, no: > 5818360608 IPv4 requests received "requests" me

Understanding Total QPS from named stats

2010-05-20 Thread ivan jr sy
Hi Bind Users, Good day. I wish to know what is the industry standard when dealing with the "TOTAL QPS" and how do we calculate this with BIND? My understanding of "QPS" is the queries that a DNS server has received regardless if it was dealt with a successful response, nxdomain or timed-out