From owner-freebsd-geom@FreeBSD.ORG Wed Mar 28 13:44:28 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C9C316A406 for ; Wed, 28 Mar 2007 13:44:28 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.freebsd.org (Postfix) with ESMTP id 92C5213C4B7 for ; Wed, 28 Mar 2007 13:44:27 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id E1F9B487F4; Wed, 28 Mar 2007 15:44:25 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id C8568487F3; Wed, 28 Mar 2007 15:44:13 +0200 (CEST) Date: Wed, 28 Mar 2007 15:44:11 +0200 From: Pawel Jakub Dawidek To: "R. B. Riddick" Message-ID: <20070328134411.GC35749@garage.freebsd.pl> References: <008701c77139$613694b0$6502a8c0@peteruj> <657228.54534.qm@web30313.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ftEhullJWpWg/VHq" Content-Disposition: inline In-Reply-To: <657228.54534.qm@web30313.mail.mud.yahoo.com> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: =?iso-8859-2?Q?Szab=F3_P=E9ter?= , freebsd-geom@freebsd.org Subject: Re: raid3 is slow X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 13:44:28 -0000 --ftEhullJWpWg/VHq Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 28, 2007 at 06:21:34AM -0700, R. B. Riddick wrote: > > # atacontrol mode ad0 > > current mode =3D UDMA100 > > # atacontrol mode ad1 > > current mode =3D UDMA100 > > # atacontrol mode ad2 > > current mode =3D UDMA100 > > # atacontrol mode ad3 > > current mode =3D UDMA100 > > # atacontrol mode ad6 > > current mode =3D SATA150 > > > Looks good... Does it? It seems there are two disks per ata channel, which is very bad for performance. I suggesting trying this: # apply "dd if=3D/dev/ad%1 if=3D/dev/null bs=3D1m count=3D250 &" 0 1 2 3 6 and once it completes try this: # dd if=3D/dev/raid3/ of=3D/dev/null bs=3D1m count=3D1000 and send the results here. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --ftEhullJWpWg/VHq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGCnErForvXbEpPzQRAnORAJ0aW5VMFuKgplQyDQO+xt5mlcgvowCfUBKi 5MqcuDubXY/RGbh5couCGos= =vssD -----END PGP SIGNATURE----- --ftEhullJWpWg/VHq--