3 # Launch the synthetic read benchmark.
7 SYNREAD_SIZE=$((1 << 20))
10 # Export any environment variables specified on the command line
13 if echo "$e" | grep = >/dev/null; then
19 mkdir /scratch/synread/$BLUESKY_RUN_NAME
20 cd /scratch/synread/$BLUESKY_RUN_NAME
21 for i in $(seq $SYNREAD_PROCS); do
22 /scratch/bluesky.git/nfs3/synreadbench /scratch/inodes.txt $SYNREAD_OUTSTANDING $SYNREAD_SIZE proc-$i.data &
25 sleep $SYNREAD_DURATION
27 pkill -TERM synreadbench