From owner-freebsd-stable@FreeBSD.ORG Tue Oct 31 10:28:26 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5128A16A415 for ; Tue, 31 Oct 2006 10:28:26 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from s200aog11.obsmtp.com (s200aog11.obsmtp.com [207.126.144.125]) by mx1.FreeBSD.org (Postfix) with SMTP id A24C743D77 for ; Tue, 31 Oct 2006 10:28:15 +0000 (GMT) (envelope-from tom@tomjudge.com) Received: from source ([63.174.175.251]) by eu1sys200aob011.postini.com ([207.126.147.11]) with SMTP; Tue, 31 Oct 2006 10:28:02 UTC Received: from [0.0.0.0] (unknown [10.0.0.37]) by bbbx3.usdmm.com (Postfix) with ESMTP id 433F35C72; Tue, 31 Oct 2006 04:28:00 -0600 (CST) Message-ID: <4547252C.1000600@tomjudge.com> Date: Tue, 31 Oct 2006 10:27:56 +0000 From: Tom Judge User-Agent: Thunderbird 1.5.0.7 (X11/20060922) MIME-Version: 1.0 To: Fredrik Widlund References: <45470D95.5020801@qbrick.com> <454718DD.8060108@qbrick.com> In-Reply-To: <454718DD.8060108@qbrick.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Ivan Voras Subject: Re: SAS Raid - mfi driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 10:28:26 -0000 Fredrik Widlund wrote: > Ivan Voras wrote: > >> Several: >> >> - are there cache differences between the controllers (amount of >> memory, cache policy)? >> > Default settings on both. > >> - how does writing directly to the device (bypassing file system) >> compare? >> > Drives are four seagate 7200.10 400GB in a Raid-5 configuration. > > [/mnt/test (/dev/mfid0p1 mounted)] > read: 200MB/s > write: 15MB/s > > [/dev/mfid0p1] > read: 200MB/s > write: 8MB/s > > [/dev/mfid0] > read: 200MB/s > write: 10MB/s > > Kind regards, > Fredrik Widlund > > > Have you tried setting the write cache policy to write back rather than write thru? Tom