Re: [SLUG] trashing

2002-02-20 Thread Scott Howard
On Wed, Feb 20, 2002 at 10:07:31PM +1100, getadog wrote: > On Wed, Feb 20, 2002 at 07:06:53PM +1100, Grant Parnell wrote: > > #!/bin/bash [...] > > LET COUNT=$COUNT+1 [...] > Not sure what LET does, either, perhaps COUNT=$(( $COUNT + 1 )) bash-2.03$ help let let: let arg [arg ...] E

Re: [SLUG] trashing

2002-02-20 Thread getadog
On Wed, Feb 20, 2002 at 07:06:53PM +1100, Grant Parnell wrote: > #!/bin/bash > CPUs=1 > COUNT=0 > while [ 0 ] > do > cd /usr/src/linux > make clean; make dep; make $CPUs > LET COUNT=$COUNT+1 > echo $COUNT > /tmp/compile_counter > done Not sure what "make 1" does. Maybe "

Re: [SLUG] trashing

2002-02-20 Thread Grant Parnell
On Tue, 19 Feb 2002, Stuart wrote: > 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. > #!/bin/bash CPUs=1 COUNT=0 while [ 0 ] do cd /usr/src/linux make

RE: [SLUG] trashing

2002-02-19 Thread Jill Rowling
sage- From: Stuart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 February 2002 18:42 To: [EMAIL PROTECTED] Subject: [SLUG] trashing Hi y'all, Anyone know any good software to test stability on a new machine? -- -- CONFIDENTIALITY NOTICE -- This

Re: [SLUG] trashing

2002-02-19 Thread Adam Kennedy
es" <[EMAIL PROTECTED]> To: "'SLUG'" <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 12:46 AM Subject: RE: [SLUG] trashing > Yeah I got a trick to test your cpu lol > Create 2 shell scripts, first one names 1.sh and the other 2.sh > > In 1.sh

RE: [SLUG] trashing

2002-02-19 Thread Chris Barnes
--- From: Stuart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 February 2002 6:42 PM To: [EMAIL PROTECTED] 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.

Re: [SLUG] trashing

2002-02-19 Thread Adam Kennedy
7;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

Re: [SLUG] trashing

2002-02-19 Thread Steve Kowalik
At 7:06 pm, Tuesday, February 19 2002, Stuart mumbled: > ie want to work the CPU, memory and disk for a few days hours to see how > it she runs. > bonnie++, crashme, or setiathome. Each of them, or all at the same time, if you're insane, should do the trick. --

[SLUG] trashing

2002-02-18 Thread Stuart
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/li