13 while test $r -lt $ROUNDS; do
16 while test $i -lt $NUMBER; do
17 ./client.sh --outfile=$r.$i --prefix=http://localhost:${PORT}/search.pz2 --service=$SERVICE >$r.$i.log 2>&1 &
25 if [ "$SHUTDOWN" == "1" ] ; then
26 wget -O x "http://localhost:${PORT}/search.pz2?command=exit"