system excercising/burn-in tests?
    Kevin D. Clark 
    clark_k at pannaway.com
       
    Wed Aug 17 13:57:01 EDT 2005
    
    
  
Paul Lussier <p.lussier at comcast.net> writes:
> Does anyone here have any experience with creating system burn-in
> suites?  
One idea that comes to mind is this:
(while /bin/true ; do sync ; sleep 3 ; done) &
cd /usr/src/linux
while /bin/true ; do make clean && make -j 4 all modules ; done
You get the idea.
--kevin
PS  For the truly paranoid, turn off hardware write caching on your
    hard drives.
-- 
GnuPG ID: B280F24E                     And the madness of the crowd
alumni.unh.edu!kdc                     Is an epileptic fit
                                       -- Tom Waits
    
    
More information about the gnhlug-discuss
mailing list