dnsperf

Measure DNS performance by simulating network conditions

brewmacoslinux
Try with needOr install directly
Source

About

Measure DNS performance by simulating network conditions

Commands

dnsperfresperf

Examples

Measure DNS query performance against a specific nameserver$ dnsperf -s 8.8.8.8 -d queryfile.txt
Run DNS performance test with custom packet rate and duration$ dnsperf -s 1.1.1.1 -d queryfile.txt -l 60 -c 10 -r 100
Measure resilience and performance under simulated network stress$ resperf -s 8.8.8.8 -d queryfile.txt -r 1000 -c 50