Sharing

2012年7月29日 星期日

monitor network traffic -- iftop/nethogs


之前有使用過 ntop 這套工具, 它的缺點就是 loading 比較重, 需要額外安裝 apache, 不過好處是網路的流量圖表做的很好, 所以要給老闆看美麗的報表時, 可以使用它.


但如果只是想要馬上看看網路狀況, 做一些環境的檢測時, 那我覺得下面這篇文章內介紹的兩個工具應該會派上用場.
http://techthrob.com/2010/07/26/how-to-monitor-network-traffic-in-linux/

這篇主要是介紹兩個可以觀察網路流量的工具 iftop/nethogs. 安裝上很簡單, 而且可以立即使用, 應該是不需要任何的教學 :)

pjack@ubuntu:~$ sudo apt-get install iftop
pjack@ubuntu:~$ sudo apt-get install nethogs
pjack@ubuntu:~$ sudo iftop -i eth0
pjack@ubuntu:~$ sudo nethogs eth0


沒有留言: