mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
Public domain
cd /usr/src/
wget ftp://ftp.bitwizard.nl/mtr/mtr-0.72.tar.gz
tar -zxvf mtr-0.72.tar.gz
cd /usr/src/mtr-0.72
./configure --with-gtk-prefix=/we_dont_want_gtk
make
make install
mtr -n 192.9.9.3
BY: Pejman Moghadam
TAG: mtr
DATE: 2009-04-25 00:22:16