From owner-freebsd-stable@FreeBSD.ORG Mon Nov 30 14:13:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF7B11065693; Mon, 30 Nov 2009 14:13:58 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.freebsd.org (Postfix) with ESMTP id 710958FC19; Mon, 30 Nov 2009 14:13:58 +0000 (UTC) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id nAUE2XS7057180; Mon, 30 Nov 2009 15:02:33 +0100 (CET) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id nAUE2X2R057179; Mon, 30 Nov 2009 15:02:33 +0100 (CET) (envelope-from hk) Date: Mon, 30 Nov 2009 15:02:33 +0100 From: Holger Kipp To: Ivan Voras Message-ID: <20091130140233.GC51377@intserv.int1.b.intern> References: <4B13869D.1080907@zedat.fu-berlin.de> <0D3A9408-84A8-4C74-A318-F580B41FC1A6@exscape.org> <20091130084704.2893cc85.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Phoronix Benchmarks: Waht's wrong with FreeBSD 8.0? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 14:13:59 -0000 On Mon, Nov 30, 2009 at 02:49:17PM +0100, Ivan Voras wrote: > Bill Moran wrote: > >In response to Ivan Voras : > > > >>Thomas Backman wrote: > >>>On Nov 30, 2009, at 9:47 AM, O. Hartmann wrote: > >>> > >>>>I'm just wondering what's wrong with FreeBSD 8.0/amd64 when I read the > >>>>Benchmarks on Phoronix.org's website. Especially FreeBSD's threaded I/O > >>>>shows in contrast to all claims that have been to be improoved the > >>>>opposite. > >>>Corrected link: > >>>http://www.phoronix.com/scan.php?page=article&item=freebsd8_benchmarks&num=1 > >>> > >>>And yeah, quite honestly: disk scheduling in FreeBSD appears to suck... > >>>The only reason I'm not switching from Linux. :( > > > >"All operating systems were left with their default options during the > >installation process..." > > > >It's common knowledge that the default value for vfs.read_max is non- > >optimal for most hardware and that significant performance improvements > >can be made in most cases by raising it. > > On the other hand, random IO is negatively influenced by readahead :) Parallel Random I/O gives better results on Raid 5 than a single sequential read :-) I also found FreeBSD UFS with Softupdates handling directories with many small files much better than Linux and ReiserFS (same hardware) - at least a simple ls returned much quicker on FreeBSD (factor 5 to 10). So it is always a matter of what you intend to do with the filesystem - is it for logging, for mailserver-storage, for database usage, for fileserver, webserver etc. (with or without changing atime), with redundancy (raid 1, 5, 10) or using zfs, etc. With FreeBSD we have a system that works ok out of the box, but for real-world usage needs some tuning to be optimised for the specific task. Regards, Holger