Linux查看网卡实时流量软件

nload是个很好用的一个工具,功能也很强.只是相对单一,只能查看总的流量,不能像iptraf那样,可针对IP,协议等
可以实时地监控网卡的流量,分Incoming,Outgoing两部分,也就是流入与流出的流量。同时统计当前,平均,最小,最大,总流量的值,使人看了一目了然。下面是安装步骤:

  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

nload -m即可查看实时流量。
官方网站:http://www.roland-riegel.de/nload/