如何使用本机命令查找 NIC 卡带宽而不使用 ethtool
答案1
无需使用ethtool
命令。 mii-tool 将为您工作。
[root@connect ~]# mii-tool eth0
eth0: no autonegotiation, 100baseTx-FD, link ok
这是另一种找到它的方法。
[root@connect ~]# cat /sys/class/net/eth0/speed
1000
Dmesg 还可以为您提供一些有关您的网卡的信息。
[root@connect ~]# dmesg | grep -i duplex
e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX