Skip to content
zhiyuan2007 edited this page Mar 27, 2015 · 1 revision

Welcome to the bind-stats wiki!

This git project mainly provide some useful statistics information of bind by rndc command. such as qps, success rate, search type and query result code. not only we can get total server statistics but also we can get each view, or even each zone statistics. example , please see.

  1. qps
  • total qps of server cmd: rndc -c rndc.conf qps result: qps 100.000000
  • qps of view default cmd: rndc -c rndc.conf qps default result: qps 100.000000
  • qps of zone 123.com in view default cmd: rndc -c rndc.conf qps default 123.com result: qps 100.000000
  1. success rate
  • total success_rate of server cmd: rndc -c rndc.conf success_rate result: success_rate 1.0
  • success_rate of view default cmd: rndc -c rndc.conf success_rate default result: success_rate 1.0
  1. search type
    • total search type of server cmd: rndc -c rndc.conf rtype result: A 3 AAAA 4 MX 10
  • search type of view default cmd: rndc -c rndc.conf rtype default result: A 3 AAAA 4 MX 10
  1. query result code
    • total query result code of server cmd: rndc -c rndc.conf rcode result: NOERROR 10 SERVFAIL 5
  • query result code of view default cmd: rndc -c rndc.conf rtype default result: NOERROR 10 SERVFAIL 5
Clone this wiki locally