Guide To Install dnstop On Mac using Brew

Package Information:

Name: dnstop
Use: dnstop is a libpcap application (like tcpdump) that displays various tables of DNS traffic on your network.
URL: http://dns.measurement-factory.com/tools/dnstop/index.html

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 dnstop using brew
    brew install dnstop

dnstop is ready to use now!