[linux] RE: [linux] hoe kun je snel de link speed verifiëren?

Rob Sterenborg rob op sterenborg.info
Do mei 10 21:26:15 CEST 2007


linux-bounce op lists.nllgg.nl <> wrote:
> hallo, *
> 
> ik zoek naar een manier om van afstand snel de eth linksnelheid te
> controleren. Ik bedoel gewoon: is het 10 of 100 Mbit/s? Ik
> zie zo gauw niets in ifconfig, maar staat er niet iets in het /proc
> file system?

Gebruik mii-tool of ethtool.

# mii-tool
eth0: negotiated 100baseTx-FD, link ok
eth1: negotiated 100baseTx-FD, link ok

# ethtool eth0   
Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x00000007 (7)
        Link detected: yes


Groet,
Rob




More information about the Linux mailing list