From owner-freebsd-performance@FreeBSD.ORG Fri Feb 4 11:14:14 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 DC2B716A4CE for ; Fri, 4 Feb 2005 11:14:14 +0000 (GMT) Received: from alfrad.uts.com.ua (uts-itl.itl.net.ua [217.12.193.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB1543D39 for ; Fri, 4 Feb 2005 11:14:00 +0000 (GMT) (envelope-from paix@uts.com.ua) Received: from vega.uts.com.ua (vega.uts.com.ua [217.12.196.130]) by alfrad.uts.com.ua (8.12.11/8.12.11) with ESMTP id j14BDpAs030045 for ; Fri, 4 Feb 2005 13:13:52 +0200 (EET) (envelope-from paix@uts.com.ua) Received: from [217.12.196.166] (vip.uts.com.ua [217.12.196.166] (may be forged)) by vega.uts.com.ua (8.12.9p2/8.12.9) with ESMTP id j14BDiZm099263 for ; Fri, 4 Feb 2005 13:13:46 +0200 (EET) (envelope-from paix@uts.com.ua) Message-ID: <4203750C.2010003@uts.com.ua> Date: Fri, 04 Feb 2005 13:13:48 +0000 From: Sergej Kandyla User-Agent: Mozilla Thunderbird 0.9 (X11/20050120) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-performance@freebsd.org References: <20050203175519.K18864@mail.chesapeake.net> <1170.172.16.0.199.1107485566.squirrel@172.16.0.199> In-Reply-To: <1170.172.16.0.199.1107485566.squirrel@172.16.0.199> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: My disk I/O testing methods for FreeBSD 5.3 ... 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: Fri, 04 Feb 2005 11:14:15 -0000 My test. FreeBSD 4.10-RELEASE-p5 CPU: Intel Pentium III (1005.03-MHz 686-class CPU) real memory = 335458304 (327596K bytes) (PC100) ad0: 57241MB [116301/16/63] at ata0-master UDMA100 [13:04:13]paix@sk(~)$ time dd bs=1024 if=/dev/zero of=tstfile count=1048576 1048576+0 records in 1048576+0 records out 1073741824 bytes transferred in 28.167481 secs (38119909 bytes/sec) real 0m28.236s user 0m0.785s sys 0m18.901s [13:05:13]paix@sk(~)$ Mike Jakubik wrote: >Nick Pavlica said: > > >>Jeff, >> One of the tests where I saw a large difference was in DD. I did a >>quick test on a server that was brought up to RELENG_5 via cvsup on >>2/2/05. >> >>The Test: >>-bash-2.05b$ time dd bs=1024 if=/dev/zero of=tstfile count=1M >>1048576+0 records in >>1048576+0 records out >>1073741824 bytes transferred in 74.402757 secs (14431479 bytes/sec) >> >>real 1m14.498s >>user 0m0.550s >>sys 0m8.838s >> >> > >FYI. > ># time dd bs=1024 if=/dev/zero of=tstfile count=1M >1048576+0 records in >1048576+0 records out >1073741824 bytes transferred in 22.150709 secs (48474377 bytes/sec) > >real 0m22.173s >user 0m0.501s >sys 0m13.832s > >This is on an old ATA disk. > >FreeBSD 6.0-CURRENT #0: Wed Jan 19 21:11:16 EST 2005. > >CPU: AMD Athlon(tm) Processor (1410.21-MHz 686-class CPU) >real memory = 536788992 (511 MB) >acpi0: on motherboard > >ad0: 78167MB [158816/16/63] at ata0-master UDMA100 > > > > -- wbw, paix