linux 查看网卡流量:nload

nload命令用于查看网卡流量,用法如下:

[root@mysql test]# yum install -y epel-release
[root@mysql test]# yum install -y nload
[root@mysql test]$ nload
Device eth0 [192.168.0.110] (4/5):    # eth0网卡的流量,按方向键左或右可切换网卡
===================================================================================
Incoming:
            Curr: 5.21 kBit/s      # Incoming:进来的流量
            Avg: 4.09 kBit/s       # Outgoing:出去的流量
            Min: 1.59 kBit/s       # Curr:当前的流量值
            Max: 12.51 kBit/s      # Avg:平均值的流量值
            Ttl: 4.16 GByte        # Min:最小的流量值
Outgoing:                          # Max:最大的流量值
            Curr: 16.48 kBit/s     # Ttl:总的流量值
            Avg: 14.38 kBit/s
            Min: 6.73 kBit/s       
            Max: 28.39 kBit/s      

猜你喜欢

转载自www.cnblogs.com/mingerlcm/p/10332371.html