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 |
To be flexible on command line, create a bash-alias for mtr:
alias mtr='sudo /usr/local/sbin/mtr' |
Edgar Hernàndez says
Thank`s
Aleks says
Problem: unable to get raw sockets.
Orsolino says
mtr: unable to get raw sockets.
Mac Os 10.9.5
JT says
rerun it as root, or with sudo.
Ducky says
If you’re having the unable to get raw sockets problem, try running it with sudo.
ie: sudo /usr/local/sbin/mtr 8.8.8.8
Then enter your admin password.
Ralph says
Unable to get raw sockets: run as SUDO:
sudo /usr/local/sbin/mtr 8.8.8.8
Bandu says
Hi Ricardo,
you are getting unable to get raw sockets
because you are not sudo user.
try sudo /usr/local/sbin/mtr 8.8.8.8 and type in your password.
Regards,
bandu
Ricardo Martins says
unable to get raw sockets
Adriano says
Great!