From owner-freebsd-hackers Wed May 23 6:24:44 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 57A4937B424 for ; Wed, 23 May 2001 06:24:39 -0700 (PDT) (envelope-from jandrese@mitre.org) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA00999 for ; Wed, 23 May 2001 09:24:36 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA15047 for ; Wed, 23 May 2001 09:24:35 -0400 (EDT) Received: from nausicaa.mitre.org ([128.29.105.85]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id GDSIKY00.KVS; Wed, 23 May 2001 09:24:34 -0400 Date: Wed, 23 May 2001 08:17:12 -0400 (EDT) From: "Andresen,Jason R." To: Kris Kennaway Cc: Nadav Eiron , Subject: Re: technical comparison In-Reply-To: <20010522144728.B29988@xor.obsecurity.org> Message-ID: <20010523081344.R87127-100000@nausicaa.mitre.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 22 May 2001, Kris Kennaway wrote: > On Tue, May 22, 2001 at 10:27:27PM +0300, Nadav Eiron wrote: > > I ran tests that I think are similar to what Jason ran on identically > > configured FreeBSD and Linux/ReiserFS machines. ResierFS is much much > > faster than UFS+softupdates on these tests. > > > > Linux (2.2.14-5 + ReiserFS): > > Time: > > 164 seconds total > > 97 seconds of transactions (103 per second) > > > > Files: > > 65052 created (396 per second) > > Creation alone: 60000 files (1090 per second) > > Mixed with transactions: 5052 files (52 per second) > > 4936 read (50 per second) > > 5063 appended (52 per second) > > 65052 deleted (396 per second) > > Deletion alone: 60104 files (5008 per second) > > Mixed with transactions: 4948 files (51 per second) > > > > Data: > > 24.83 megabytes read (155.01 kilobytes per second) > > 336.87 megabytes written (2.05 megabytes per second) > > > > FreeBSD 4.3-RELEASE (ufs/softupdates): > > Did you enable write caching? You didn't mention, and it's off by > default in 4.3, but I think enabled by default on Linux. I tried to leave the FreeBSD and Linux boxes as unchanged as possible for my tests (they are lab machines that have other uses, although I made sure they were idle during the test periods). I left write caching enabled in the Linux boxes, and left it disabled on the FreeBSD boxes. Personally, I'm hesitant to enable write caching on FreeBSD because we tend to use it on machines where we really really don't want to lose data. Write caching is ok on the Linux machines because we use them as pure testbeds that we can reconstruct easily if their disks go south. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message