mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-22 03:01:30 -08:00
77a3c9bc20
The ethtool_cmd struct from the linux kernel contains information about the speeds and features supported by a network device. This includes speeds and duplex but also features like autonegotiate and 802.3x pause frames. Closes #1444 Signed-off-by: W. Andrew Denton <git@flying-snail.net>
26 lines
857 B
Plaintext
26 lines
857 B
Plaintext
# ethtool eth0
|
|
Settings for eth0:
|
|
Supported ports: [ TP MII ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full 10000baseT/Full
|
|
Supported pause frame use: Symmetric
|
|
Supports auto-negotiation: Yes
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Advertised pause frame use: Symmetric
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off (auto)
|
|
netlink error: Operation not permitted
|
|
Current message level: 0x00000007 (7)
|
|
drv probe link
|
|
Link detected: yes |