* [gentoo-user] How to determine what ethernet is doing
@ 2006-08-02 15:51 reader
2006-08-02 16:14 ` Neil Bothwick
0 siblings, 1 reply; 5+ messages in thread
From: reader @ 2006-08-02 15:51 UTC (permalink / raw
To: gentoo-user
How to learn what ethernet connections are passing and how they are
setup?
I haven't had to do something like this for quite a while and have
forgotten how to go about it.
I have two ethernet adaptors but using only one, a gigabit ethernet
card.
I want to determine if it is actually passing a gigabit of data as
advertised.
What do I use to get that kind of info?
Dmesg id's it like this:
r8169 Gigabit Ethernet driver 2.2LK loaded
ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 19 (level, low) -> IRQ 177
eth0: Identified chip type is 'RTL8169s/8110s'.
eth0: RTL8169 at 0xf8840f00, 00:40:f4:b5:29:41, IRQ 177
Ifconfig, like this:
eth0 Link encap:Ethernet HWaddr 00:40:F4:B5:29:41
inet addr:192.168.xxx.xxx Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7723745 errors:0 dropped:0 overruns:0 frame:0
TX packets:7978529 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3009127191 (2869.7 Mb) TX bytes:2812484270 (2682.1 Mb)
Interrupt:177 Base address:0xf00
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] How to determine what ethernet is doing
2006-08-02 15:51 [gentoo-user] How to determine what ethernet is doing reader
@ 2006-08-02 16:14 ` Neil Bothwick
2006-08-02 20:18 ` [gentoo-user] " James
0 siblings, 1 reply; 5+ messages in thread
From: Neil Bothwick @ 2006-08-02 16:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 320 bytes --]
On Wed, 02 Aug 2006 10:51:32 -0500, reader@newsguy.com wrote:
> How to learn what ethernet connections are passing and how they are
> setup?
bmon shows throughput, ethtool show negotiated speed, full/half duplex
etc. Both are in portage
--
Neil Bothwick
What if there were no hypothetical situations?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: How to determine what ethernet is doing
2006-08-02 16:14 ` Neil Bothwick
@ 2006-08-02 20:18 ` James
2006-08-03 1:46 ` reader
0 siblings, 1 reply; 5+ messages in thread
From: James @ 2006-08-02 20:18 UTC (permalink / raw
To: gentoo-user
Neil Bothwick <neil <at> digimed.co.uk> writes:
> > How to learn what ethernet connections are passing and how they are
> > setup?
/etc/conf.d/net shows configurations are using
/etc/conf/net.examples shows the possibilities.
netstat -nr <shows> your routing
cat /proc/net/ip_conntrack <to see connections>
> bmon shows throughput, ethtool show negotiated speed, full/half duplex
> etc. Both are in portage
I like 'bwmon' and it's in portage.
hth,
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: How to determine what ethernet is doing
2006-08-02 20:18 ` [gentoo-user] " James
@ 2006-08-03 1:46 ` reader
2006-08-03 2:01 ` Ryan Tandy
0 siblings, 1 reply; 5+ messages in thread
From: reader @ 2006-08-03 1:46 UTC (permalink / raw
To: gentoo-user
James <wireless@tampabay.rr.com> writes:
> cat /proc/net/ip_conntrack <to see connections>
I must need something installed:
cat: /proc/net/ip_conntrack: No such file or director
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: How to determine what ethernet is doing
2006-08-03 1:46 ` reader
@ 2006-08-03 2:01 ` Ryan Tandy
0 siblings, 0 replies; 5+ messages in thread
From: Ryan Tandy @ 2006-08-03 2:01 UTC (permalink / raw
To: gentoo-user
reader@newsguy.com wrote:
> James <wireless@tampabay.rr.com> writes:
>
>> cat /proc/net/ip_conntrack <to see connections>
>
> I must need something installed:
>
> cat: /proc/net/ip_conntrack: No such file or director
>
CONFIG_IP_NF_CONNTRACK
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-08-03 2:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 15:51 [gentoo-user] How to determine what ethernet is doing reader
2006-08-02 16:14 ` Neil Bothwick
2006-08-02 20:18 ` [gentoo-user] " James
2006-08-03 1:46 ` reader
2006-08-03 2:01 ` Ryan Tandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox