Linux查看网卡实时流量软件

 nload是个很好用的一个工具,功能也很强.只是相对单一,只能查看总的流量,不能像iptraf那样,可针对IP,协议等

可以实时地监控网卡的流量,分Incoming,Outgoing两部分,也就是流入与流出的流量。同时统计当前,平均,最小,最大,总流量的值,使人看了一目了然。

nload安装过程

  
  
  
  
  1. yum install gcc gcc-c++ ncurses-devel 
  2. wget http://www.roland-riegel.de/nload/nload-0.7.3.tar.gz 
  3. tar zxvf nload-0.7.3.tar.gz 
  4. cd nload-0.7.3 
  5. ./configure 
  6. make & make install 

  

iftop安装过程

  
  
  
  
  1. wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz 
  2.  
  3. tar zxvf iftop-0.17.tar.gz 
  4.  
  5. cd iftop-0.17 
  6.  
  7. ./configure 
  8.  
  9. make && make install 


你可能感兴趣的:(linux,职场,休闲,流量监控)