SPEC benchmark setup using no range requests
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sat, 12 Mar 2011 08:47:36 +0000 (00:47 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Sat, 12 Mar 2011 08:47:36 +0000 (00:47 -0800)
Also a few graph updates.

microbench/run-common.sh
microbench/run-spec.sh
results/figures/s3bench.gnuplot
results/figures/specsample.gnuplot

index 792e89f..ad33f36 100644 (file)
@@ -4,7 +4,7 @@
 
 SCRIPT_PATH=/scratch/bluesky.git/microbench/setup
 
-PARAMS="BLUESKY_RUN_NAME BLUESKY_CACHE_SIZE BLUESKY_TARGET BENCH_DURATION BENCH_FILESIZE BENCH_FILECOUNT BENCH_WRITERATIO BENCH_THREADS BENCH_OPS BENCH_INTERVALS BENCH_DIRSIZE BENCH_BLOCKSIZE NFS_BLOCKSIZE SPEC_CONF"
+PARAMS="BLUESKY_RUN_NAME BLUESKY_CACHE_SIZE BLUESKY_TARGET BENCH_DURATION BENCH_FILESIZE BENCH_FILECOUNT BENCH_WRITERATIO BENCH_THREADS BENCH_OPS BENCH_INTERVALS BENCH_DIRSIZE BENCH_BLOCKSIZE NFS_BLOCKSIZE SPEC_CONF BLUESKY_OPT_FULL_SEGMENTS"
 
 BLUESKY_RUN_NAME=$(date +%Y%m%d)-$$
 BENCHER=vrable1.sysnet.ucsd.edu
index a207673..93cb191 100755 (executable)
@@ -22,4 +22,5 @@ run_spec() {
 }
 
 BLUESKY_TARGET=s3:mvrable-bluesky-west
-run_spec s3-west sfs_bluesky
+BLUESKY_OPT_FULL_SEGMENTS=1
+run_spec s3-west-fullseg sfs_bluesky
index 2a0fada..b53640a 100644 (file)
@@ -8,6 +8,7 @@ set ylabel "Effective Upload Bandwidth (Mbps)"
 set key bottom right
 set xrange [1:1e8]; set xtics 1, 100
 set yrange [0.0001:1000]
+set grid
 
 plot "../s3test-old/t1.data" using 2:($7*8/10**6) with linespoints title "1", \
      "../s3test-old/t2.data" using 2:($7*8/10**6) with linespoints title "2", \
index 6c3bfa2..1f3f2e4 100644 (file)
@@ -10,6 +10,8 @@ set xrange [0:1000]
 set x2range [0:1000*OPS_WSS_SCALE]
 set x2tics auto
 
+set grid
+
 set output "specsample1.eps"
 set ylabel "Achieved Operations per Second"
 plot "../20110226/sfssum.20110225-native" with linespoints title "Local NFS Server", \