Wednesday 7 November 2012

Linux Tips: How to find ethernet connection speed in CentOS / Redhat / fedora


 How to find ethernet connection speed in CentOS / Redhat / fedora



How do I determine ethernet connection speed?


if ethtool not installed in your machine try this..
Type the following command to get speed for eth0:

$ ethtool eth0 | less

    Speed: 1000Mb/s
    Duplex: Full
    Port: MII
-----

---- 

 OR 

$ ethtool eth0 | grep -i speed

[root@CW2013NOC3 sankar]# ethtool eth0 |grep -i speed
    Speed: 1000Mb/s
 

2 comments:

  1. sir
    I would like to thank you for the fantastic knowledge sharing.
    siva

    ReplyDelete