Updated synthetic write benchmark runs
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 23:11:31 +0000 (16:11 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 23:11:31 +0000 (16:11 -0700)
results/20110405/synwrite-2048M.data [new file with mode: 0644]
results/20110405/synwrite-256M.data [new file with mode: 0644]
results/figures/syn-write.gnuplot

diff --git a/results/20110405/synwrite-2048M.data b/results/20110405/synwrite-2048M.data
new file mode 100644 (file)
index 0000000..d039f77
--- /dev/null
@@ -0,0 +1,13 @@
+2      0.0326578626989
+4      0.0325438302173
+6      0.032768861596
+8      0.0326533533408
+10     0.0329098530753
+12     0.032985709923
+14     0.0437662875205
+16     0.0487434126793
+18     0.0524573250934
+20     0.0555300751147
+24     0.0596432397137
+28     0.0577545463439
+32     0.0583957031483
diff --git a/results/20110405/synwrite-256M.data b/results/20110405/synwrite-256M.data
new file mode 100644 (file)
index 0000000..d3e68b2
--- /dev/null
@@ -0,0 +1,13 @@
+2      0.0324268974209
+4      0.0325504682664
+6      0.0327738789679
+8      0.032558285607
+10     0.0326946470561
+12     0.134471089249
+14     0.127354362568
+16     0.131094445329
+18     0.129917272058
+20     0.138730040007
+24     0.139335513806
+28     0.125318660298
+32     0.123893085663
index dcf7f8c..9f1f812 100644 (file)
@@ -1,12 +1,12 @@
 load "common.gnuplot"
 
 set grid
 load "common.gnuplot"
 
 set grid
-set xlabel "Client Write Rate (MB/s)"
+set xlabel "Client Write Rate (MB/s): 2-Minute Burst"
 set ylabel "Average Write Latency (ms/1 MB write)"
 set ylabel "Average Write Latency (ms/1 MB write)"
+set key bottom right
 
 set yrange [0:*]
 set output "syn-write.eps"
 set title "Latency vs. Write Rate with Constrained Upload"
 
 set yrange [0:*]
 set output "syn-write.eps"
 set title "Latency vs. Write Rate with Constrained Upload"
-set key top left
-plot "../20110317/synwrite-256M.data" with linespoints title "128 MB", \
-     "../20110317/synwrite-2048M.data" with linespoints title "1 GB"
+plot "../20110405/synwrite-256M.data" using 1:($2*1000) with linespoints title "128 MB Write Buffer", \
+     "../20110405/synwrite-2048M.data" using 1:($2*1000) with linespoints title "1 GB Write Buffer"