Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] port bandwidth discovery
Date: Fri, 11 Sep 2009 18:04:38
Message-Id: loom.20090911T200303-598@post.gmane.org
1 Hello,
2
3
4 Currently, I manage gentoo system that have a variety of 10 and 100 MB/s
5 ethernet cards. I use lshw to distinguish the max ethernet port speed:
6
7 For example:
8
9 network:0 DISABLED
10 description: Ethernet interface
11 product: RTL-8139/8139C/8139C+
12 vendor: Realtek Semiconductor Co., Ltd.
13 physical id: 9
14 bus info: pci@0000:02:09.0
15 logical name: eth1
16 version: 10
17 serial: 00:48:54:62:64:fd
18 size: 10MB/s
19 capacity: 100MB/s
20 width: 32 bits
21 clock: 33MHz
22 capabilities: pm bus_master cap_list ethernet physical tp mii
23 10bt 10bt-fd 100bt 100bt-fd autonegotiation
24
25 configuration: autonegotiation=on broadcast=yes driver=8139too
26 driverversion=0.9.28 duplex=half latency=32 link=no maxlatency=64 mingnt=32
27 module=8139too multicast=yes port=MII speed=10MB/s
28
29 *-storage UNCLAIMED
30 description: Mass storage controller
31 product: PCI0680 Ultra ATA-133 Host Controller
32 vendor: Silicon Image, Inc.
33 physical id: a
34 bus info: pci@0000:02:0a.0
35 version: 02
36 width: 32 bits
37 clock: 33MHz
38 capabilities: storage pm bus_master cap_list
39 configuration: latency=32
40 *-network:1
41 description: Ethernet interface
42 product: 3c450 HomePNA [Tornado]
43 vendor: 3Com Corporation
44 physical id: b
45 bus info: pci@0000:02:0b.0
46 logical name: eth0
47 version: 30
48 serial: 00:50:da:61:31:1c
49 size: 100MB/s
50 capacity: 100MB/s
51 width: 32 bits
52 clock: 33MHz
53 capabilities: pm bus_master cap_list ethernet physical tp mii
54 10bt 10bt-fd 100bt 100bt-fd autonegotiation
55
56 configuration: autonegotiation=on broadcast=yes driver=3c59x
57 duplex=full ip=192.168.2.17 latency=32 link=yes maxlatency=10 mingnt=10
58 module=3c59x multicast=yes port=MII speed=100MB/s
59
60
61
62 Is this reliable? What if a 10/100 card is plugged into a 10MB/s hub?
63
64
65 Is there other software to discern the hardware capability and test
66 actual throughput?
67
68 How comfortable are you with the results you get? (reliable?)
69
70
71 curiously,
72 James

Replies

Subject Author
Re: [gentoo-user] port bandwidth discovery Ricardo Saffi Marques <saffi@××××××××××××××.br>
Re: [gentoo-user] port bandwidth discovery Daniel Troeder <daniel@×××××××××.com>