zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

MTR for Mac OS X

July 11, 2014 by Igor Drobot 9 Comments

MTR Logo

One of the best tools to verify network connectivity after ping. Its a kind of combination between ping and traceroute. It shows you all host on your way (dependent on routing). Personal I find the packet loss overview very helpful especially if you have problems with your ****ing ISP.

You can get the MTR self installer for MAC OS X: here

Command syntax(please use with sudo):

sudo /usr/local/sbin/mtr 8.8.8.8

sudo /usr/local/sbin/mtr 8.8.8.8

To be flexible on command line, create a bash-alias for mtr:

alias mtr='sudo /usr/local/sbin/mtr'

alias mtr='sudo /usr/local/sbin/mtr'

Filed Under: Linux Tagged With: 1&1, 1und1.de, MAC OS X, MTR