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' |
Thank`s
Problem: unable to get raw sockets.
mtr: unable to get raw sockets.
Mac Os 10.9.5
rerun it as root, or with sudo.
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.
Unable to get raw sockets: run as SUDO:
sudo /usr/local/sbin/mtr 8.8.8.8
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
unable to get raw sockets
Great!