You Are Here: Home » Tiny Post » How to install MTR in mac

How to install MTR in mac

MTR is a useful command-line utility that combines the functionality of the ‘traceroute’ and ‘ping’ programs in a single network diagnostic tool.

  1. Download source from ftp://ftp.bitwizard.nl/mtr/
  2. Extract it:tar zxvf mtr-0.xx.tar.gz
  3. Now do the following

cd /path/to/mtr-0.xx/
export LIBS='-lm -ltermcap -lresolv'
./configure
make
sudo make install

Adding alias for the command mtr
vim .profile
alias mtr=/usr/local/sbin/mtr
Testing the command
mtr google.com
mtr0
Source:

  • MTR

Clip to Evernote

About The Author

Network and system engineer

Number of Entries : 44

Leave a Comment


− 1 = two

Scroll to top