3 # Start up the NFS server.
7 SERVER=vrable2.sysnet.ucsd.edu
10 BENCH_FILESIZE=$((1 << 12))
12 BENCH_FILECOUNT=$((8))
19 BENCH_LOCKEDMEM=$((4096 - 256))
24 while [ $MEM -gt 512 ]; do
25 /scratch/bluesky.git/microbench/lockmem 512 &
28 if [ $MEM -gt 0 ]; then
29 /scratch/bluesky.git/microbench/lockmem $MEM &
33 # Export any environment variables specified on the command line
36 if echo "$e" | grep = >/dev/null; then
42 # Prepare to run the benchmark
43 lock_memory $BENCH_LOCKEDMEM
45 mount -t nfs -o vers=3,tcp,rw,soft,intr,rsize=$NFS_BLOCKSIZE,wsize=$NFS_BLOCKSIZE $SERVER:/export $MNTDIR
47 pushd $MNTDIR >/dev/null
49 /scratch/bluesky.git/microbench/mixedbench \