14.1. A small Test Script
The fastest way to test your openMosix cluster is by creating a small script with the following content.
awk 'BEGIN {for(i=0;i<10000;i++)for(j=0;j<10000;j++);}' & |
for i in `ls /etc/` ; do ./test_mosix ; done |
Just pkill awk on the home node to kill'em all ;)