Debian linux build of Nominum, now DNS-OARC, dnsperf
docker pull sebastiansasu/dnsperf
- Clone this repo and
cdinto it docker build -t dnsperf .docker run -it --rm some-dnsperf dnsperf
For help just invoke dnsperf -h inside the container
Query server 127.0.0.1 (using the sample query file) for 60 seconds from 1 client with 10 requests/sec:
dnsperf -s 127.0.0.1 -d queryfile-example-current -l 60 -c 1 -Q 10
Test 2 DNS servers for 30 seconds:
dnsperf -s 127.0.0.1 -s 127.0.0.2 -d queryfile-example-current -l 30