testsh2.sh: change output to new cksum util
[minix.git] / test / safeperf / run
blobfaf8408db0acd2689fc3ddc95b5559cc61e9a1ed
1 #!/bin/sh
3 PAGES="1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50"
4 MAP=0
5 WRITE=1
7 PWD=`pwd`
9 for P in `echo $PAGES`
11 service up ${PWD}/grantor -config ${PWD}/system.conf -script ${PWD}/down
12 service up ${PWD}/requestor -config ${PWD}/system.conf -script ${PWD}/down \
13 -args pages=${P}\ map=${MAP}\ write=${WRITE}
14 sleep 2
15 done