dnspyre

High-performance DNS benchmark tool for measuring query throughput

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for a high QPS DNS benchmark

Commands

dnspyre

Examples

Benchmark DNS server with default settings (1000 QPS)$ dnspyre -server 8.8.8.8
Run benchmark with custom QPS rate and duration$ dnspyre -server 1.1.1.1 -rate 5000 -duration 30s
Benchmark local DNS resolver with specific domain queries$ dnspyre -server 127.0.0.1:53 -domain example.com -rate 10000