Hi all, Great response to this...... I am indebted to the following (thanks very much guys) :- Joe Fletcher Kurt Werth Bertrand Hutin Ray McCaffity Carsten B Knutsen David Glass Amindra Mahto Olivier Masse Dave Baker Mike Kiernan Johan Hartzenberg Tim Chipman John Leadeham Jay Lessert Suggestions included :- (I went for this one). Try this one that should be able to run unmodified on anything with a Bourne-like shell: #!/bin/sh while : ; do : ; done Other suggestions and relevant websites :- gzipping a large file and loop it www.specbench.org http://setiathome.ssl.berkeley.edu http://www.bitmover.com/lmbench/ http://www.distributed.net/ ----- #!/bin/ksh while true; do wc -c /dev/mem & wc -c /dev/mem & wc -c /dev/mem & wc -c /dev/mem & sleep 10 & done ----- #!/bin/ksh while true do ls -al date done ----- while true do ksh -c "sleep 1" & done ----- #!/usr/bin/ksh while [ x = x ] ; do x=1; done Thanks again all Best wishes Mark Mahabir _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Wed Sep 12 14:38:26 2001
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:25 EST