From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 10:50:19 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D41E106566B for ; Sat, 5 Jun 2010 10:50:19 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id E3BD58FC17 for ; Sat, 5 Jun 2010 10:50:18 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so269831fgb.13 for ; Sat, 05 Jun 2010 03:50:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=acEZEmBuS0Z+yJD3czmBz58nMSgDqaEqoeDfVuB/PJg=; b=oeMFHYNZ948X8RQLibS3W1YAZksGSF3BLJhEqk7vfe8dKlIcNw1QlGC+A2OLm62fWU 2bB8h3Onju1EfHg2DumzCKmrK6WL6JOFFxBwmbztGunrYIX6LJDJMInpItK/jMoTyCpD lzWemWr/270YqDlGTARzxPsjRN0ysaffREYp8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nxf+JxqZ15vM6svNhaNwuQR2+JLDqxJ3G58KzOnrGOO1aR1AFTDLQCaV/fC0xuT9JI s4OwO4xcKlg/tqetq6n/MMlJ81xdW/96WdV9LoyZfp34nYFn9r8Ejghn3GuXF5/C1FBa TwRy/1GSmEJQ+eP6FKCqIWUT99olReRErOZcA= MIME-Version: 1.0 Received: by 10.103.78.31 with SMTP id f31mr4246974mul.79.1275735015688; Sat, 05 Jun 2010 03:50:15 -0700 (PDT) Received: by 10.103.172.11 with HTTP; Sat, 5 Jun 2010 03:50:15 -0700 (PDT) In-Reply-To: <201006050236.17697.bruce@cran.org.uk> References: <4C09932B.6040808@wooh.hu> <201006050236.17697.bruce@cran.org.uk> Date: Sat, 5 Jun 2010 12:50:15 +0200 Message-ID: From: Stefan Miklosovic To: Bruce Cran Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org, Adam PAPAI Subject: Re: sysbench / fileio - Linux vs. FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2010 10:50:19 -0000 > /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 Do I understand it well? It seems that zfs with compression enabled on /usr/src with 8KB block size and 16 threads performs 386.3MB/s which is about 6 times better than debian5? I am thinking about this image http://tech-blog.wooh.hu/~wooh/debian_vs_freebsd_io_16_seqwr.png what is your system specs?