Understanding Total QPS from named stats

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Mon May 24 18:35:29 UTC 2010


At Thu, 20 May 2010 19:37:34 -0700 (PDT),
ivan jr sy <ivan_jr at yahoo.com> 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" mean all incoming messages from client, including dynamic
update requests and notifies.

>           4692675534 queries resulted in successful answer

"queries" are a subset of "requests" only for messages with opcode =
query.  These are probably what you want to look at in this context.

If all you need is to just count the number of incoming queries, you
can see it in the "Incoming Requests" section of the stats:

++ Incoming Requests ++
               54708 QUERY
                1592 UPDATE

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.



More information about the bind-users mailing list