While your using whatever CPU user upper you choose, don't forget to add a
small perl or shell script that will.

1. Pipe a gig of /dev/random to disk.
2. Delete the file.
3. Repeat.

Oh, and another perl script to allocate and deallocate 10meg random
variables works well too... or there's always

#!/usr/bin/perl
$a = 'crap';
while ( 1 ) {
    $a .= $a;
}

... which is always fun for a laugh, thus filling your memory with 'crap'.

Adam

----- Original Message -----
From: "Stuart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 6:41 PM
Subject: [SLUG] trashing


> Hi y'all,
>
> Anyone know any good software to test stability on a new machine?
>
> ie want to work the CPU, memory and disk for a few days hours to see how
> it she runs.
>
> Tia,
>
> Stuart Guthrie.
>
>
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to