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:

  1. Open up your Terminal.
  2. Copy and run the command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dnsperf using brew
    brew install dnsperf

dnsperf is ready to use now!