Is there other methods or APIs to monitor qps?

Ray Bellis ray at isc.org
Fri Nov 27 13:43:38 UTC 2015


On 27/11/2015 13:02, Tony Finch wrote:
> Use the statistics channel, e.g.
> 
> curl --silent http://nameserver:853/json/v1/server | jq -r .opcodes.QUERY

Note that this gives you the absolute total since startup - you need to
take two measurements and divide by the time between them to convert
that into something like QPS.

Ray



More information about the bind-users mailing list