Testing bind server configuration
From Notes_Wiki
Testing bind server configuration
Checking response times
One of the parameters that can be tested for DNS servers is response time. We can use command:
dig @<nameserver_IP> <test_domain> | grep time
command to see how fast a given nameserver is able to resolve queried domain.
Back to Bind DNS server configuration