From: Michael Vrable Date: Sat, 12 Mar 2011 08:47:36 +0000 (-0800) Subject: SPEC benchmark setup using no range requests X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=de81b94ecf6ea8b2b8dfd24f94735992cddcb92f SPEC benchmark setup using no range requests Also a few graph updates. --- 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", \