From owner-freebsd-geom@FreeBSD.ORG Sun Apr 6 22:02:51 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B661B1065677 for ; Sun, 6 Apr 2008 22:02:51 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4B08FC13 for ; Sun, 6 Apr 2008 22:02:51 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 858CD19E023; Mon, 7 Apr 2008 00:02:49 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 6219419E019; Mon, 7 Apr 2008 00:02:47 +0200 (CEST) Message-ID: <47F9489C.7040602@quip.cz> Date: Mon, 07 Apr 2008 00:03:08 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: freebsd-geom@freebsd.org References: <47F92BD9.1060207@diff.org> In-Reply-To: <47F92BD9.1060207@diff.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Ferruccio Zamuner Subject: Re: gmirror on a very slow but new HP architecture 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: Sun, 06 Apr 2008 22:02:51 -0000 Ferruccio Zamuner wrote: > on FreeBSD 6 and gmirror usually I get 50-60Mb/s with a pair PATA hds, > speed higher than 130Mb/s with gstripe on the same 2 hds. > > Two weeks ago I've installed the new FreeBSD 7 on a brand new HP > Proliant ML110 (G4): > [...] > 2) Here are instead catastrophic access speed on single drive: > > free# swapoff /dev/da0s1b > free# dd if=/dev/zero of=/dev/da0s1b bs=8192 count=30000 > 30000+0 records in > 30000+0 records out > 245760000 bytes transferred in 254.051957 secs (967361 bytes/sec) > > Look! Lower than 1Mb/s > > Then I try to do the same write on the gmirror on da1,da2,da3 without > soft-update but with journaling: > > free# dd if=/dev/zero of=/home1/test bs=8192 count=30000 > 30000+0 records in > 30000+0 records out > 245760000 bytes transferred in 68.658723 secs (3579443 bytes/sec) > > It's about 3.5Mb/s [...] > I'll be glad for any info to make FreeBSD 7 to run faster than actually > on this machine. Did you tried the same dd test with another OS (with some bootable live CD of Linux)? It may be caused by bad disk controller / bad cables. Miroslav Lachman