Gentoo Archives: gentoo-user

From: Daniel Troeder <daniel@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] port bandwidth discovery
Date: Sat, 12 Sep 2009 09:37:48
Message-Id: 1252748256.3088.37.camel@maya.local
In Reply to: [gentoo-user] port bandwidth discovery by James
1 On Fri, 2009-09-11 at 18:03 +0000, James wrote:
2 > Hello,
3 >
4 >
5 > Currently, I manage gentoo system that have a variety of 10 and 100 MB/s
6 > ethernet cards. I use lshw to distinguish the max ethernet port speed:
7 >
8 > For example:
9 >
10 > network:0 DISABLED
11 > description: Ethernet interface
12 > product: RTL-8139/8139C/8139C+
13 > vendor: Realtek Semiconductor Co., Ltd.
14 > physical id: 9
15 > bus info: pci@0000:02:09.0
16 > logical name: eth1
17 > version: 10
18 > serial: 00:48:54:62:64:fd
19 > size: 10MB/s
20 > capacity: 100MB/s
21 > width: 32 bits
22 > clock: 33MHz
23 > capabilities: pm bus_master cap_list ethernet physical tp mii
24 > 10bt 10bt-fd 100bt 100bt-fd autonegotiation
25 >
26 > configuration: autonegotiation=on broadcast=yes driver=8139too
27 > driverversion=0.9.28 duplex=half latency=32 link=no maxlatency=64 mingnt=32
28 > module=8139too multicast=yes port=MII speed=10MB/s
29 >
30 > *-storage UNCLAIMED
31 > description: Mass storage controller
32 > product: PCI0680 Ultra ATA-133 Host Controller
33 > vendor: Silicon Image, Inc.
34 > physical id: a
35 > bus info: pci@0000:02:0a.0
36 > version: 02
37 > width: 32 bits
38 > clock: 33MHz
39 > capabilities: storage pm bus_master cap_list
40 > configuration: latency=32
41 > *-network:1
42 > description: Ethernet interface
43 > product: 3c450 HomePNA [Tornado]
44 > vendor: 3Com Corporation
45 > physical id: b
46 > bus info: pci@0000:02:0b.0
47 > logical name: eth0
48 > version: 30
49 > serial: 00:50:da:61:31:1c
50 > size: 100MB/s
51 > capacity: 100MB/s
52 > width: 32 bits
53 > clock: 33MHz
54 > capabilities: pm bus_master cap_list ethernet physical tp mii
55 > 10bt 10bt-fd 100bt 100bt-fd autonegotiation
56 >
57 > configuration: autonegotiation=on broadcast=yes driver=3c59x
58 > duplex=full ip=192.168.2.17 latency=32 link=yes maxlatency=10 mingnt=10
59 > module=3c59x multicast=yes port=MII speed=100MB/s
60 >
61 >
62 >
63 > Is this reliable? What if a 10/100 card is plugged into a 10MB/s hub?
64 >
65 >
66 > Is there other software to discern the hardware capability and test
67 > actual throughput?
68 >
69 > How comfortable are you with the results you get? (reliable?)
70 >
71 >
72 > curiously,
73 > James
74 Some NICs work with mii-tool, others with ethtool. The latter is
75 generally the more modern one.
76
77 Daniel
78
79 --
80 PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
81 # gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: port bandwidth discovery James <wireless@×××××××××××.com>