檢視伺服器當前網路使用情況實用工具nload

harbor1981發表於2016-04-12

nload是個很好用的一個工具,功能也很強.只是相對單一,只能檢視總的流量,不能像iptraf那樣,可針對IP,協議等
可以實時地監控網路卡的流量,分Incoming,Outgoing兩部分,也就是流入與流出的流量
同時統計當前,平均,最小,最大,總流量的值,使人看了一目瞭然,如下圖


============================================================================

官網及下載 http://www.roland-riegel.de/nload/index.html
http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz

http://dl.wdlinux.cn:5180/soft/nload-0.7.2.tar.gz

安裝
wget http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz
tar zxvf nload-0.7.2.tar.gz
cd nload-0.7.2
./configure;make;make install

使用
直接用nload回車即可,也可以指定網路卡,如nload eth1
還可以指定是以K或M來顯示流量,如nload -u M顯示的流量是以MB為單位的

=========================================================================

安裝問題及解決辦法

1、configure: error: C++ compiler cannot create executables

解決辦法:

yum install -y gcc gcc++ gcc-c++ 
(全裝了,本人對C++不懂,不知道有沒有更好的方法,對了,gcc-g77 這個不裝好像也行

2、configure: error: ncurses library or development files not found. ncurses is

解決辦法:

yum install -y ncurses-devel



相關文章