From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941410AbXGaCmX (ORCPT ); Mon, 30 Jul 2007 22:42:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S939218AbXGaCmK (ORCPT ); Mon, 30 Jul 2007 22:42:10 -0400 Received: from thunk.org ([69.25.196.29]:33623 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S940014AbXGaCmH (ORCPT ); Mon, 30 Jul 2007 22:42:07 -0400 Date: Mon, 30 Jul 2007 22:41:44 -0400 From: Theodore Tso To: Miklos Szeredi Cc: a1426z@gawab.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com, linux-raid@vger.kernel.org Subject: Re: bonnie++ benchmarks for ext2,ext3,ext4,jfs,reiserfs,xfs,zfs on software raid 5 Message-ID: <20070731024144.GC25876@thunk.org> Mail-Followup-To: Theodore Tso , Miklos Szeredi , a1426z@gawab.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com, linux-raid@vger.kernel.org References: <200707302207.02672.a1426z@gawab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 30, 2007 at 09:39:39PM +0200, Miklos Szeredi wrote: > > Extrapolating these %cpu number makes ZFS the fastest. > > > > Are you sure these numbers are correct? > > Note, that %cpu numbers for fuse filesystems are inherently skewed, > because the CPU usage of the filesystem process itself is not taken > into account. > > So the numbers are not all that good, but according to the zfs-fuse > author it hasn't been optimized yet, so they may improve. Also, something which is data i/o intensive is going to be the best case for a FUSE filesystem. If you try something which is much more metadata intensive (i.e., lots of file creates and deletes, chmods, etc.) like say with a Postmark benchmark, you would almost certainly get very different results. That's not to say that bonnie++ benchmarks aren't useful, but when doing comparisons between filesystems, it's a good idea to use a wide variety of benchmarks to avoid getting potentially misleading results. - Ted