Check in the synthetic write benchmark results
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 18 Mar 2011 04:18:53 +0000 (21:18 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 18 Mar 2011 04:18:53 +0000 (21:18 -0700)
results/20110317/synwrite-2048M.data [new file with mode: 0644]
results/20110317/synwrite-256M.data [new file with mode: 0644]
results/figures/syn-write.gnuplot [new file with mode: 0644]

diff --git a/results/20110317/synwrite-2048M.data b/results/20110317/synwrite-2048M.data
new file mode 100644 (file)
index 0000000..e3cd157
--- /dev/null
@@ -0,0 +1,10 @@
+1       0.0329621311062
+2       0.0323129887403
+4       0.0325572322163
+8       0.0334548836072
+12      0.0332669549978
+14      0.0334665649069
+16      0.061009262029
+20      0.0761104747045
+24      0.0848880222499
+32      0.0940183087703
diff --git a/results/20110317/synwrite-256M.data b/results/20110317/synwrite-256M.data
new file mode 100644 (file)
index 0000000..5a83a38
--- /dev/null
@@ -0,0 +1,9 @@
+1       0.0329461925286
+2       0.032378994083
+4       0.0328077105128
+8       0.0369516575126
+10      0.0327363439047
+12      0.0329975295944
+14      0.0717765581009
+16      0.0999841420566
+32      0.109180158199
diff --git a/results/figures/syn-write.gnuplot b/results/figures/syn-write.gnuplot
new file mode 100644 (file)
index 0000000..dcf7f8c
--- /dev/null
@@ -0,0 +1,12 @@
+load "common.gnuplot"
+
+set grid
+set xlabel "Client Write Rate (MB/s)"
+set ylabel "Average Write Latency (ms/1 MB write)"
+
+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"