Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


checking_network_speed

Checking Linux Network Interfaces

To check status of network interfaces, run this tool. It should be able to give information for non-root users, too.

# ethtool <interface>

Example:

[root@localhost: ~]# ethtool eth0
Settings for eth0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x000000ff (255)
        Link detected: yes
checking_network_speed.txt · Last modified: 2017/05/13 09:35 by juckins