From owner-freebsd-stable@FreeBSD.ORG Thu Nov 9 12:52: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 B2FCF16A494 for ; Thu, 9 Nov 2006 12:52:26 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F11543D72 for ; Thu, 9 Nov 2006 12:52:26 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Gi9OL-0000TT-3u; Thu, 09 Nov 2006 12:52:25 +0000 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1Gi9OJ-000Atd-1z; Thu, 09 Nov 2006 12:52:23 +0000 To: ivoras@fer.hr In-Reply-To: <455320DC.40302@fer.hr> Message-Id: From: Pete French Date: Thu, 09 Nov 2006 12:52:23 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: Dissapointing performance of ciss RAID 0+1 ? 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: Thu, 09 Nov 2006 12:52:26 -0000 > It would be interesting for you to track iostat (i.e. run "iostat 1") > with and without modified vfs.read_max and see if there's a difference. On the file: KB/t is about 127.5 with both sizes. Rate is 39 on with the read_max set to 8, but 115 with read_max set to 64. On the raw device: KB/t is always 128. rate is 41 with the size set to 8 but rises to 57 with the size set to 64! How can the vfs parameters affect access to the raw device ? > In a similar experiment, you could watch gstat (also before and after) > and see if it reports the difference. On the file: read_max=8 gives 75% busy, 42 meg/sec. 64 gives 99.7% and 120 On the device: both sizes give the same results - 98% busy, 59 meg/second I am not sure this is helping my understanding! :-) -pete.