From owner-freebsd-performance@FreeBSD.ORG Thu Apr 21 03:57:58 2005 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3A316A4CE for ; Thu, 21 Apr 2005 03:57:58 +0000 (GMT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B20043D46 for ; Thu, 21 Apr 2005 03:57:58 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id j3L3vqrS066358; Wed, 20 Apr 2005 23:57:52 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 65710-07; Wed, 20 Apr 2005 23:57:52 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id j3L3vqLP066353; Wed, 20 Apr 2005 23:57:52 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.12.11) with ESMTP id j3L3vhFm051880; Wed, 20 Apr 2005 23:57:43 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050420235003.04b7bda0@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Wed, 20 Apr 2005 23:57:08 -0400 To: Claus Guttesen , Eric Anderson From: Mike Tancsa In-Reply-To: References: <4264EF40.3060900@centtech.com> <4264F8A8.3080405@centtech.com> <426507DC.50409@centtech.com> <42650EB2.4040409@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan2b cc: freebsd-performance@freebsd.org Subject: Re: some simple nfs-benchmarks on 5.4 RC2 X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 03:57:58 -0000 At 04:47 AM 20/04/2005, Claus Guttesen wrote: > > elin% dd if=/dev/zero of=/nfssrv/dd.tst bs=1024 count=1048576 > > 1048576+0 records in > > 1048576+0 records out > > 1073741824 bytes transferred in 21.373114 secs (50237968 bytes/sec) > > > >Follow-up, did the same dd on a Dell 2850 with a LSI Logic (amr), 6 >scsi-disks in a raid 5: > >frodo~%>dd if=/dev/zero of=dd.tst bs=1024 count=1048576 >1048576+0 records in >1048576+0 records out >1073741824 bytes transferred in 8.972321 secs (119672693 bytes/sec) > >Must faster. FreeBSD 5.4 RC2. FYI, here is on an Areca SATA in Raid5, 4 disks 3Ghz P4 [nfs]# dd if=/dev/zero of=dd.tst bs=1024 count=1048576 1048576+0 records in 1048576+0 records out 1073741824 bytes transferred in 16.416051 secs (65408047 bytes/sec) [nfs]# [nfs]# dd if=/dev/zero of=dd.tst bs=2048 count=1048576 1048576+0 records in 1048576+0 records out 2147483648 bytes transferred in 30.371264 secs (70707747 bytes/sec) [nfs]# Same box, but to an ad0 partition (similar Segate drive) [nfs]# dd if=/dev/zero of=dd.tst bs=512 count=1048576 1048576+0 records in 1048576+0 records out 536870912 bytes transferred in 11.096809 secs (48380658 bytes/sec) [nfs]# RELENG_5 from today.