From owner-freebsd-performance@FreeBSD.ORG Thu Feb 3 16:51:30 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 810D916A4CE for ; Thu, 3 Feb 2005 16:51:30 +0000 (GMT) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F9C43D2F for ; Thu, 3 Feb 2005 16:51:30 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with SMTP id 97D0546B7E; Thu, 3 Feb 2005 11:51:29 -0500 (EST) Date: Thu, 3 Feb 2005 16:50:41 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Arne WXrner In-Reply-To: <20050203164210.96116.qmail@web41205.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-performance@freebsd.org Subject: Re: FreeBSD 5.3 I/O Performance / Linux 2.6.10 | Continued Discussion 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, 03 Feb 2005 16:51:30 -0000 On Thu, 3 Feb 2005, Arne WXrner wrote: > I just tested R5.1 with a > time -c "dd if=/dev/zero of=a bs=64k count=1000 ; fsync a" and it was > 4 or about 4 times fast than with R5.3. > > Is it smart to start looking for regressive changes in sys/dev/ata or in > /sys/kern? > > I mean: Did somebody see this phaenomenon on a SCSI disc, too? I'd start by checking to see if the driver/hardware have negotiated the same ATA DMA paramaters or not. Specifically, what UDMA level (etc) was negotiated). Robert N M Watson