[tools] mtr my traceroute

http://www.bitwizard.nl/mtr/

What is MTR?

mtr combines the functionality of the ‘traceroute’ and ‘ping’

programs in a single network diagnostic tool.

簡單來說就是一種綜合’traceroute’ and ‘ping’的網路診斷工具

unix-like系統應該都可以安裝,首先進入網頁到下載頁面下載該程式

#fetch ftp://ftp.bitwizard.nl/mtr/mtr-0.69.tar.gz

#tar zxvf mtr-0.69.tar.gz

#cd mtr-0.69

#./configure

#make ; make install ; rehash

完工 ^^

閱讀全文〈[tools] mtr my traceroute〉