How to figure out QPS in bind 9.9

Evan Hunt each at isc.org
Thu Aug 7 18:40:58 UTC 2014


On Thu, Aug 07, 2014 at 03:55:56PM +0530, Gaurav Kansal wrote:
> I had enabled the statistics-channel in the bind conf, but there also I am
> getting total number of queries and not the QPS.
> 
> Is there any way out to figure out the same ?

Poll the stats channel every 60 seconds, subtract the previous
value for total queries from the new value, and divide by 60.
(Or every 5 minutes, or 15, or whatever.)

-- 
Evan Hunt -- each at isc.org
Internet Systems Consortium, Inc.


More information about the bind-users mailing list