Scripts and results for a few more benchmark runs
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 21:02:40 +0000 (14:02 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 21:02:40 +0000 (14:02 -0700)
microbench/run-spec.sh
microbench/run-synwrite.sh
results/kcompile.txt

index 5d4d514..7034889 100755 (executable)
@@ -32,8 +32,8 @@ run_spec() {
 #run_spec s3-west-noseg sfs_bluesky
 
 # Standard test with Azure instead of Amazon S3 for storage
-#BLUESKY_TARGET=azure
-#run_spec azure sfs_bluesky
+BLUESKY_TARGET=azure
+run_spec azure sfs_bluesky
 
 # BlueSky, testing with a greater degree of parallelism
 #BLUESKY_TARGET=s3:mvrable-bluesky-west
@@ -43,12 +43,12 @@ run_spec() {
 #BLUESKY_TARGET=native
 #run_spec native-hi8 sfs_bluesky-hi
 
-BLUESKY_TARGET=s3:mvrable-bluesky-west
-BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1"
-run_spec s3-west-noagg sfs_bluesky
+#BLUESKY_TARGET=s3:mvrable-bluesky-west
+#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1"
+#run_spec s3-west-noagg sfs_bluesky
 
-BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1"
-run_spec s3-west-nocrypt sfs_bluesky
+#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1"
+#run_spec s3-west-nocrypt sfs_bluesky
 
-BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1 BLUESKY_OPT_NO_CRYPTO=1"
-run_spec s3-west-noagg-nocrypt sfs_bluesky
+#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1 BLUESKY_OPT_NO_CRYPTO=1"
+#run_spec s3-west-noagg-nocrypt sfs_bluesky
index bc219a8..7491232 100755 (executable)
@@ -29,5 +29,5 @@ run_synbench() {
 }
 
 for BLUESKY_CACHE_SIZE in $((256 * 1024)) $((2048 * 1024)); do
-    run_synbench "write100c-$(($BLUESKY_CACHE_SIZE / 1024))M"
+    run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M"
 done
index 6f5b596..c32ecd6 100644 (file)
@@ -87,3 +87,45 @@ BlueSky, US-East, range requests
      user    11m0.173s
      sys     1m30.670s
 
+******************************************************************************
+2011-03-31
+
+S3-West:
+  unpack:
+    real    5m5.705s
+    user    0m22.405s
+    sys     0m7.236s
+
+  cold cache checksum:
+    real    26m12.208s
+    user    0m3.420s
+    sys     0m3.648s
+
+  cold cache compile:
+    real    7m10.073s
+    user    11m3.801s
+    sys     1m30.846s
+
+
+S3-East:
+  unpack:
+    real    4m58.972s
+    user    0m22.353s
+    sys     0m7.288s
+
+  cold cache compile:
+    real    8m35.277s
+    user    11m2.173s
+    sys     1m30.402s
+
+
+S3-West, full segments:
+  cold cache checksum:
+    real    1m49.105s
+    user    0m3.388s
+    sys     0m3.688s
+
+  cold cache compile:
+    real    6m45.425s
+    user    11m3.581s
+    sys     1m30.734s