From de81b94ecf6ea8b2b8dfd24f94735992cddcb92f Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sat, 12 Mar 2011 00:47:36 -0800 Subject: [PATCH] SPEC benchmark setup using no range requests Also a few graph updates. --- microbench/run-common.sh | 2 +- microbench/run-spec.sh | 3 ++- results/figures/s3bench.gnuplot | 1 + results/figures/specsample.gnuplot | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/microbench/run-common.sh b/microbench/run-common.sh index 792e89f..ad33f36 100644 --- a/microbench/run-common.sh +++ b/microbench/run-common.sh @@ -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 diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index a207673..93cb191 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -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 diff --git a/results/figures/s3bench.gnuplot b/results/figures/s3bench.gnuplot index 2a0fada..b53640a 100644 --- a/results/figures/s3bench.gnuplot +++ b/results/figures/s3bench.gnuplot @@ -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", \ diff --git a/results/figures/specsample.gnuplot b/results/figures/specsample.gnuplot index 6c3bfa2..1f3f2e4 100644 --- a/results/figures/specsample.gnuplot +++ b/results/figures/specsample.gnuplot @@ -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", \ -- 2.20.1