From owner-freebsd-questions@FreeBSD.ORG Wed Apr 15 13:08:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 495E410656CA for ; Wed, 15 Apr 2009 13:08:49 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (brucec-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:c09::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0576A8FC13 for ; Wed, 15 Apr 2009 13:08:49 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 7BA501924A; Wed, 15 Apr 2009 14:08:51 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon X-Spam-Level: X-Spam-Status: No, score=-2.6 required=8.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 Received: from gluon.draftnet (unknown [IPv6:2a01:348:10f:0:240:f4ff:fe57:9871]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Wed, 15 Apr 2009 14:08:51 +0000 (GMT) Date: Wed, 15 Apr 2009 14:08:41 +0100 From: Bruce Cran To: Alexander Best Message-ID: <20090415140841.37ad038b@gluon.draftnet> In-Reply-To: References: X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: hard drive performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 13:08:49 -0000 On Wed, 15 Apr 2009 13:54:13 +0200 (CEST) Alexander Best wrote: > hi there, > > i have 2 hard drives running. the first one is SATA300 and the other > one UDMA100. here are the dmesg entries: > > ad0: 238474MB at ata0-master SATA300 > ad1: 157066MB at ata4-master > UDMA100 > > i've tried to test the drives' performances using the following > commands: > > dd if=/dev/ad0 of=/dev/null bs=1m count=300 > and > dd if=/dev/ad1 of=/dev/null bs=1m count=300 > > the results are: > ad0 = 314572800 bytes transferred in 4.325645 secs (72722751 > bytes/sec) ad1 = 314572800 bytes transferred in 5.166126 secs > (60891430 bytes/sec) > > the results for ad0 are a bit disappointing though. is this normal or > is bs=1m wrong? 70MB/s is a very good transfer rate for a hard drive. The 300MB/s rate refers to the maximum the physical interface can support, but drives never get close to that because they can't read from disk at that speed. -- Bruce Cran