mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alex Riesen <Alexander.Riesen@synopsys.com>
To: JFS-Discussion <jfs-discussion@www-124.southbury.usf.ibm.com>,
	linux-kernel@vger.kernel.org
Subject: Re: Testing of filesystems
Date: Tue, 30 Jul 2002 14:15:39 +0200	[thread overview]
Message-ID: <20020730121539.GA20781@riesen-pc.gr05.synopsys.com> (raw)
In-Reply-To: <20020730094902.GA257@prester.freenet.de>

On Tue, Jul 30, 2002 at 11:49:02AM +0200, Axel Siebenwirth wrote:
> Hi,
> 
> I wonder what a good way is to stress test my JFS filesystem. Is there a tool
> that does something like that maybe? Dont't want performance testing, just
> all kinds of stress testing to see how the filesystem "is" and to check
> integrity and functionality.
> What are you filesystem developers use to do something like that?

while sleep 1; do

for i in `seq 1 100`; do
    dd if=/dev/zero of=f$i bs=$(( $i * 100 )) count=$(( $i * 10 ))
done
cat * >/dev/null
rm *
make -C dummy-kernel dep bzImage modules -j2

done

  parent reply	other threads:[~2002-07-30 12:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-30  9:49 Axel Siebenwirth
2002-07-30 12:07 ` Richard B. Johnson
2002-07-30 12:15 ` Alex Riesen [this message]
2002-07-30 15:36   ` Paul Larson
2002-07-30 12:22 ` Bill Rugolsky Jr.
2002-07-30 12:30   ` Roy Sigurd Karlsbakk
2002-07-30 17:52 ` Cliff White
2002-08-11  2:50 ` Tom Vier
2002-08-11  8:47   ` Hans Reiser
2002-08-11  9:44     ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020730121539.GA20781@riesen-pc.gr05.synopsys.com \
    --to=alexander.riesen@synopsys.com \
    --cc=jfs-discussion@www-124.southbury.usf.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®