User Tools

Site Tools


pfsense:dns:troubleshooting:slow_dns_response

This is an old revision of the document!


PFSense - DNS - Troubleshooting - Slow DNS Response

unbound-control -c /var/unbound/unbound.conf stats_noreset | egrep 'total.num|cache.count'

returns:

total.num.queries=1297
total.num.queries_ip_ratelimited=0
total.num.cachehits=1026
total.num.cachemiss=271
total.num.prefetch=96
total.num.expired=88
total.num.recursivereplies=271
msg.cache.count=1552
rrset.cache.count=3277
infra.cache.count=3255
key.cache.count=132

NOTE: This combines the output of:

  • unbound-control -c /var/unbound/unbound.conf stats_noreset | grep total.num
  • unbound-control -c /var/unbound/unbound.conf stats_noreset | grep cache.count
pfsense/dns/troubleshooting/slow_dns_response.1612110605.txt.gz · Last modified: 2021/01/31 16:30 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki