Guide To Install dnsperf On Mac using Brew
Package Information:
Name: dnsperf
Use: DNSPerf and ResPerf are free tools developed by Nominum that make it simple to gather accurate latency and throughput metrics for Domain Name Service (DNS).
URL: https://nominum.com/measurement-tools/
Installation Steps:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dnsperf using brew
brew install dnsperf
dnsperf is ready to use now!