From owner-freebsd-performance@FreeBSD.ORG Fri Mar 22 10:06:50 2013 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ABE663FC for ; Fri, 22 Mar 2013 10:06:50 +0000 (UTC) (envelope-from davide.damico@contactlab.com) Received: from mail2.shared.smtp.contactlab.it (mail2.shared.smtp.contactlab.it [93.94.37.7]) by mx1.freebsd.org (Postfix) with ESMTP id 30F667B4 for ; Fri, 22 Mar 2013 10:06:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; d=contactlab.it; s=clab1; c=relaxed/relaxed; q=dns/txt; i=@contactlab.it; t=1363946808; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=IK225Aw1QisgIObIFAeAM4dtM40ditgubwW0b+Sh7a0=; b=Yw+4SXj+ilLeIao+/dBJyaG/q/daS86Dj6HOs9nsASr7ra6JLR4c7A4MFZ+ELdUG JBFukmMuSwQog0FmBQhbePNuc8SvMcKnNzNdBysABi913kkwv3YRCOBqFIXD3IGb w5uIUWzajgcdaYsvsnBfJ6ZdZr/NDy9+tHnkx4RhfWA=; Received: from [213.92.90.12] ([213.92.90.12:28718] helo=mail3.tomato.it) by t.contactlab.it (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTP id D3/6E-24145-83D2C415; Fri, 22 Mar 2013 11:06:48 +0100 Received: from mx3-master.housing.tomato.lan ([172.16.7.55]) by mail3.tomato.it with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UIys4-0003Dl-3U for freebsd-performance@freebsd.org; Fri, 22 Mar 2013 11:06:48 +0100 Received: (qmail 12381 invoked by uid 89); 22 Mar 2013 10:06:48 -0000 Received: from localhost (HELO davepro.local) (127.0.0.1) by mx3-master.housing.tomato.lan with SMTP; 22 Mar 2013 10:06:48 -0000 Message-ID: <514C2D36.8090505@contactlab.com> Date: Fri, 22 Mar 2013 11:06:46 +0100 From: Davide D'Amico User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: "Traffanstead, Mike" Subject: Re: FreeBSD 9.1 vs CentOS 6.3 References: <514C1E5F.8040504@contactlab.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-performance@freebsd.org X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 10:06:50 -0000 Il 22/03/13 11:00, Traffanstead, Mike ha scritto: > May I ask why you're running ZFS on top of a RAID array? That's not > recommended. One of the advantages of ZFS is that it balance disk > activity across devices but when put it on top drives that at are > already raided it loses that insight and may end up scheduling > reads/writes that all land on the same device. The only case where > it's okay to do this is if you mirroring individual disks (e.g. > several RAID-1 devices) and even that's arguable. > Hi, we tried different approaches to a /DATA partition (before trying using a ZFS /DATAZFS partition): - an UFS partition (/DATA) on hardware raid10; - a ZFS on hardware raid10; - a ZFS mirror on two hardware stripes; The UFS filesystems performed at 400MBps without any tweak while ZFS performed at 400MBps after tweaks. So I don't think that these levels of performaces are related to file system. Thanks, d.