Skip to content

ssro/dnsperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNSPERF

DNS benchmark tool on docker

Debian linux build of Nominum, now DNS-OARC, dnsperf

Use it by puling it from dockerhub

docker pull sebastiansasu/dnsperf

Build your own

  1. Clone this repo and cd into it
  2. docker build -t dnsperf .
  3. docker run -it --rm some-dnsperf dnsperf

For help just invoke dnsperf -h inside the container

Usage

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

About

DNS benchmark tool on docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •