Date: Fri, 24 Mar 2006 14:12:01 +0100 From: "OxY" <oxy@field.hu> To: "Jin Guojun [VFFS]" <g_jin@lbl.gov>, "Arne Woerner" <arne_woerner@yahoo.com> Cc: freebsd-performance@freebsd.org, Gary Thorpe <gthorpe@myrealbox.com> Subject: Re: packet drop with intel gigabit / marwell gigabit Message-ID: <003301c64f44$89fdcd40$0201a8c0@oxy> References: <20060322071023.70808.qmail@web30305.mail.mud.yahoo.com> <442187FE.3060300@lbl.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
hi guys!
well, i changed my motherboard and CPU from the
asus a7v8x+amd 2000+ xp to
the abit be7 + p4 2.4 (533fsb) and the packet loss fell down from 8% to 2%, but
still have loss...
loss coming when i have load.. i guess it decreased because of the bigger resources.
still waiting for tipps, hints, everything :)
----- Original Message -----
From: Jin Guojun [VFFS]
To: Arne Woerner
Cc: Gary Thorpe ; freebsd-performance@freebsd.org ; oxy@field.hu
Sent: Wednesday, March 22, 2006 6:23 PM
Subject: Re: packet drop with intel gigabit / marwell gigabit
Arne Woerner wrote:
--- "Jin Guojun [VFFS]" <g_jin@lbl.gov> wrote:
In you example:
Now your 1.6 GB/s reduced to 16MB/s or even worse just based
on this factor.
What did we show by this <<dd if=/dev/zero ...>> test? I thought
that would prove the memory bandwidth is about 8Gbit/sec
(1GByte/sec; 2 * <dd's bytes/sec number>/2^30).
It depends on how you use /dev/zero.
dd of=/dev/null if=/dev/zero bs=4k count=100k
tests cache speed
dd of=/dev/null if=/dev/zero bs=4m count=100
tests memory bandwidth if your cache is less than 2 MB
Now you may give me the real memory bandwidth on your system :-)
I would expect something around 500.
Notice that your memory copy speed will be one half of it.
/dev/null device really does nothing beside throwing away data.
That is, it can be counted as a cost for system call.
-Jin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003301c64f44$89fdcd40$0201a8c0>
