#!/bin/bash # # test_find: stress test with lot of suspending tasks # main purpose: bug hunting TASK=0 while read inputline; do e=`echo $inputline | awk -F' ' '{print $1}'` p=`echo $inputline | awk -F' ' '{print $2}'` c=`echo $inputline | awk -F' ' '{print $3}'` ./rt_launch -w $e $p -p $c find / TASK=`expr $TASK + 1` done < uni1_050_0.ts-psn-edf ./release_ts -d 5000