1、mii-tool -v eth0
查看物理网卡的协商方式,相关信息

2、ethtool ens33

3、ifconfig
4、ip -s link //统计信息

5、sar -n DEV //网卡的接收和发送速率
sar -n SOCK
6、图形化工具 gkrellm、etherape
7、iptraf-ng -d ens33 //实时流量

iptraf-ng -s ens33

8、

netstat -t -p //tcp套接字被链接状况

netstat -t -c //持续查看套接字

netstat -tnlup //查看监听的端口
网友评论