From owner-freebsd-stable@FreeBSD.ORG Tue Oct 31 09:43:46 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 385FD16A40F for ; Tue, 31 Oct 2006 09:43:46 +0000 (UTC) (envelope-from ivoras@fer.hr) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B07443D4C for ; Tue, 31 Oct 2006 09:43:45 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [IPv6:::1] (localhost.cc.fer.hr [IPv6:::1]) by lara.cc.fer.hr (8.13.8/8.13.4) with ESMTP id k9V9hf6k062936; Tue, 31 Oct 2006 10:43:42 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <45471ACC.2030604@fer.hr> Date: Tue, 31 Oct 2006 10:43:40 +0100 From: Ivan Voras User-Agent: Thunderbird 1.5.0.4 (X11/20060625) 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 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 09:43:46 -0000 Fredrik Widlund wrote: > Ivan Voras wrote: >> Several: >> >> - are there cache differences between the controllers (amount of >> memory, cache policy)? > Default settings on both. Maybe you should check what the defaults are :) Especially the amount of memory and is there a battery to back the cache. >> - 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 This is bad :( The difference between p0 and raw device might indicate a stripe size misalignment, but the values are too low in any case.