From owner-freebsd-chat Mon May 26 00:01:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02824 for chat-outgoing; Mon, 26 May 1997 00:01:24 -0700 (PDT) Received: from shadows.aeon.net (bsdchat@shadows.aeon.net [194.100.41.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02819 for ; Mon, 26 May 1997 00:01:20 -0700 (PDT) Received: (from bsdchat@localhost) by shadows.aeon.net (8.8.5/8.8.3) id KAA02064 for chat@freebsd.org; Mon, 26 May 1997 10:01:12 +0300 (EET DST) From: mika ruohotie Message-Id: <199705260701.KAA02064@shadows.aeon.net> Subject: Re: Pentium II-266Mhz In-Reply-To: from Brian Tao at "May 25, 97 04:42:50 pm" To: chat@freebsd.org Date: Mon, 26 May 1997 10:01:12 +0300 (EET DST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 8:13pm crh> dd if=/dev/zero of=/dev/null bs=1m count=1000 > > 1000+0 records in > > 1000+0 records out > > 1048576000 bytes transferred in 9.969560 secs (105177762 bytes/sec) > > > > 8:14pm crh> dd if=/dev/zero of=/dev/null bs=128k count=8000 > > 8000+0 records in > > 8000+0 records out > > 1048576000 bytes transferred in 4.389535 secs (238880886 bytes/sec) pluto# dd if=/dev/zero of=/dev/null bs=1m count=1000 1000+0 records in 1000+0 records out 1048576000 bytes transferred in 8.786672 secs (119337105 bytes/sec) pluto# dd if=/dev/zero of=/dev/null bs=128k count=8000 8000+0 records in 8000+0 records out 1048576000 bytes transferred in 8.661279 secs (121064798 bytes/sec) just a thought here... which motherboard you used? my test is gigabyte ga586hx512, and as far as i see this, the board/chipset is faster in pci performance, but ofcourse, coz of external l2, it's slower in that... mickey