From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Randy.Dunlap" Subject: Re: fs test suite Date: Tue, 7 Oct 2003 10:16:02 -0700 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20031007101602.658d6638.rddunlap@osdl.org> References: <20031007071755.72cf7513.rddunlap@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: p.lavarre@ieee.org, linux-fsdevel@vger.kernel.org Return-path: Received: from fw.osdl.org ([65.172.181.6]:44711 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S262539AbTJGRZH (ORCPT ); Tue, 7 Oct 2003 13:25:07 -0400 To: Zachary Peterson In-Reply-To: List-Id: linux-fsdevel.vger.kernel.org In that vein, there's also the Linux Test Project (LTP), http://ltp.sourceforge.net/ -- ~Randy On Tue, 7 Oct 2003 07:59:59 -0700 (PDT) Zachary Peterson wrote: | | Also try Connectathon, which runs a series of individual system call | tests, that look for correctness and deliver performance metrics. | | http://www.connectathon.org/ | | It's not great, but free. | | Zachary | | | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | Zachary Peterson zachary@cse.ucsc.edu | http://znjp.com | | 856D 29FA E1F7 DB5E 9215 C68D 5F0F 3929 C929 9A72 | | On Tue, 7 Oct 2003, Randy.Dunlap wrote: | | >On 06 Oct 2003 22:11:28 -0600 Pat LaVarre wrote: | > | >| Anybody got an fs test suite posted that I could easily apply to the udf | >| of linux-2.6.0-test6? | >| | >| I ask because I'm seeing ext3 work fine on top of loop devices, not so | >| udf. | > | >Are you looking for a test (suite) that tests fs metadata moreso | >than fs IO? People have asked for that a few times, but I don't | >know of one that is made for that. | > | >Here are some possibilities: | > | >iozone - all sorts of read/write testing, little metadata | > http://www.iozone.org | >postmark - email-like tester, mostly small files, with file | > create/delete | > [google for it] | >fsx - tester that has stressed (and busted) extN and nfs several | > times [I would start here.] | > from: http://www.codemonkey.org.uk/cruft/ | > or: http://www.zip.com.au/~akpm/linux/patches/stuff/ | > (these might be different versions of the same prog.) | > | >--