From owner-freebsd-fs@FreeBSD.ORG Wed Jun 9 02:44:52 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD3C1065675 for ; Wed, 9 Jun 2010 02:44:52 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 2D49F8FC18 for ; Wed, 9 Jun 2010 02:44:51 +0000 (UTC) Received: by email.octopus.com.au (Postfix, from userid 1002) id E24795CB93A; Wed, 9 Jun 2010 12:37:47 +1000 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: **** X-Spam-Status: No, score=4.4 required=10.0 tests=ALL_TRUSTED, DNS_FROM_OPENWHOIS,FH_DATE_PAST_20XX autolearn=no version=3.2.3 Received: from [10.1.50.144] (142.19.96.58.static.exetel.com.au [58.96.19.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id E64B25CB94B; Wed, 9 Jun 2010 12:37:43 +1000 (EST) Message-ID: <4C0F0017.5000002@modulus.org> Date: Wed, 09 Jun 2010 12:44:39 +1000 From: Andrew Snow User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: "Bradley W. Dutton" , freebsd-fs@freebsd.org References: <20100607154256.941428ovaq2hha0g@duttonbros.com> <20100607173218.11716iopp083dbpu@duttonbros.com> <20100608044707.GA78147@icarus.home.lan> <20100608082006.5006764hokcpvzqe@duttonbros.com> In-Reply-To: <20100608082006.5006764hokcpvzqe@duttonbros.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ZFS performance of various vdevs (long post) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2010 02:44:52 -0000 Under opensolaris, the LSI-based controllers seem to use interrupt coalescing, and you can even tweak the settings via lsiutil. When you disable it, things go alot slower. I suspect this is the reason for the speed difference of sequential transfer rates vs FreeBSD. - Andrew