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 clean; make dep; make $CPUs
        LET COUNT=$COUNT+1
        echo $COUNT > /tmp/compile_counter
done

-- 
---<GRiP>--- 
Web: www.arcadia.au.com/gripz 
Answering Machine/fax: 02 4950 1194 (wait 5 mins if no answer)
Mobile: 0408 686 201

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

Reply via email to