mii-tool 查看网线是否连接到网卡
ethtool 查看网卡额定带宽
iftop 查看每个IP实时流量
nethogs 查看每个进程实时流量
sar –n DEV 1 查看网卡实时流量
nload -m M 查看整体网络情况

ifconfig命令查看网卡eth0的使用情况
ifconfig  eth0

#查看实时每个ip网络流量
iftop
iftop -N -n -i eth1


#查看每个进程的实时流量
nethogs