ethtool
Check interface bus-info
ethtool -i $interface
Check interface link status (實體線路是否掉線)
ethtool $interface | grep Link
Check ethernet pci
lspci | grep Ethernet
Last updated
Was this helpful?
Check interface bus-info
ethtool -i $interface
Check interface link status (實體線路是否掉線)
ethtool $interface | grep Link
Check ethernet pci
lspci | grep Ethernet
Last updated
Was this helpful?