From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 5 16:45:28 2010 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7216F1065673 for ; Sat, 5 Jun 2010 16:45:28 +0000 (UTC) (envelope-from julian@elischer.org) Received: from out-0.mx.aerioconnect.net (outj.internet-mail-service.net [216.240.47.233]) by mx1.freebsd.org (Postfix) with ESMTP id 445AD8FC20 for ; Sat, 5 Jun 2010 16:45:28 +0000 (UTC) Received: from idiom.com (postfix@mx0.idiom.com [216.240.32.160]) by out-0.mx.aerioconnect.net (8.13.8/8.13.8) with ESMTP id o55GjQXq008686; Sat, 5 Jun 2010 09:45:27 -0700 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by idiom.com (Postfix) with ESMTP id 763EC2D6013; Sat, 5 Jun 2010 09:45:24 -0700 (PDT) Message-ID: <4C0A7F2F.3030105@elischer.org> Date: Sat, 05 Jun 2010 09:45:35 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Adam PAPAI References: <4C09932B.6040808@wooh.hu> <201006050236.17697.bruce@cran.org.uk> <4C09FC43.8070804@wooh.hu> In-Reply-To: <4C09FC43.8070804@wooh.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 216.240.47.51 Cc: FreeBSD Hackers Subject: Re: sysbench / fileio - Linux vs. FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2010 16:45:28 -0000 On 6/5/10 12:26 AM, Adam PAPAI wrote: > On 6/5/10 3:36 AM, Bruce Cran wrote: >> Some quick tests show that ufs does do rather poorly on my system too. I have >> the following filesystems setup: >> >> /var : ufs with softupdates >> /usr/obj : zfs with checksums disabled >> /usr/src : zfs with compression enabled >> /home : zfs with compression disabled and checksums enabled >> >> I ran a test with a blocksize of 8KB and 16 threads. >> >> /var : 25.2MB/s >> /usr/obj : 64.8MB/s >> /usr/src : 386.3MB/s >> /home : 60.3MB/s >> > > It seems I have to test it with zfs as well. Tomorrow I'm gonna test it. > > Then the linux people will insist you use btrfs to compare apples to apples ... etc... etc..