Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created April 11, 2017 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boina-n/c15de5d36869d3f0a937e680df3c2380 to your computer and use it in GitHub Desktop.
Save boina-n/c15de5d36869d3f0a937e680df3c2380 to your computer and use it in GitHub Desktop.
dns resperf test
for i in seq {1..9}; do resperf -d dns_domain_names.txt -s $host -f inet -p 53 -e 2> /dev/null |grep throughput ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment