View previous topic :: View next topic |
Author |
Message |
tsuehpsyde Tux's lil' helper
Joined: 28 Jul 2004 Posts: 103
|
Posted: Mon Oct 17, 2005 1:25 am Post subject: Uplink Speed on eth0? |
|
|
Where do I check for the actual uplink speed (10BaseT, 100BaseT, etc)? I thought ifconfig would tell me, but this is all it spits out.
Code: | eth0 Link encap:Ethernet HWaddr 00:11:11:76:3C:DB
inet addr:206.222.18.218 Bcast:206.222.18.255 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:781580125 errors:0 dropped:0 overruns:0 frame:0
TX packets:658530784 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:424556050 (404.8 Mb) TX bytes:651292536 (621.1 Mb)
|
Ideas? |
|
Back to top |
|
|
bexamous n00b
Joined: 26 Feb 2004 Posts: 17
|
Posted: Mon Oct 17, 2005 2:23 am Post subject: |
|
|
'ethtool eth0' will tell you |
|
Back to top |
|
|
bexamous n00b
Joined: 26 Feb 2004 Posts: 17
|
Posted: Mon Oct 17, 2005 2:26 am Post subject: |
|
|
btw this is what you get... Speed: and Duplex: are the current mode
Code: |
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: umbg
Wake-on: g
Current message level: 0x00000007 (7)
Link detected: yes
|
|
|
Back to top |
|
|
tsuehpsyde Tux's lil' helper
Joined: 28 Jul 2004 Posts: 103
|
Posted: Mon Oct 17, 2005 5:02 am Post subject: |
|
|
I ended up finding mii-tool, but this seems alot more straight foward with the speed/duplex readouts. Thanks. |
|
Back to top |
|
|
|