From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 00:41:21 2008 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 90A63106564A; Mon, 8 Dec 2008 00:41:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE818FC1B; Mon, 8 Dec 2008 00:41:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mB80fEOl001856; Mon, 8 Dec 2008 01:41:14 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mB80fDT6001853; Mon, 8 Dec 2008 01:41:13 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 8 Dec 2008 01:41:13 +0100 (CET) From: Wojciech Puchar To: Ivan Voras In-Reply-To: Message-ID: <20081208013850.R1852@wojtek.tensor.gdynia.pl> References: <0016e64ca7d690e38f045d45227d@google.com> <20081205163206.GC25258@kokopelli.hydra> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Performance benchmarks pitting FreeBSD against Windows 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: Mon, 08 Dec 2008 00:41:21 -0000 > > Win2003 R2 NTFS RAID10-15 87 25 113 6425 11990 > Ubuntu Server 7.10 ext3 RAID10-15 129 60 167 36114 72562 > Ubuntu Server 7.10 JFS RAID10-15 131 64 167 6638 4855 > Ubuntu Server 7.10 Reiser3 RAID10-15 130 60 159 30307 35101 > Ubuntu Server 7.10 XFS RAID10-15 104 62 164 39 10 > FreeBSD 7 UFS+SU RAID10-15 109 43 111 36551 99999 > FreeBSD 7 UFS+GJ RAID10-15 50 28 103 52460 46604 > FreeBSD 7 ZFS RAID10-15 95 63 180 40522 20260 > > The first three columns describe the system & RAID (e.g. RAID10-15 means > RAID10 created from 4 15 kRPM drives), the next three are > write/rewrite/read speed in MB/s, the last two are random files > created/deleted. I hope the mailer doesn't destroy the formatting too could you compare raw device speed between linux and FreeBSD it looks like there is driver problem - low linear speed. > ZFS was very good, but not so much when compared to Linux file systems, ZFS in your benchmart is similar to UFS.