From 01cc6b8c4a1a1e8817fd2361286b629f068bc970 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 17 Mar 2011 21:18:53 -0700 Subject: [PATCH] Check in the synthetic write benchmark results --- results/20110317/synwrite-2048M.data | 10 ++++++++++ results/20110317/synwrite-256M.data | 9 +++++++++ results/figures/syn-write.gnuplot | 12 ++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 results/20110317/synwrite-2048M.data create mode 100644 results/20110317/synwrite-256M.data create mode 100644 results/figures/syn-write.gnuplot diff --git a/results/20110317/synwrite-2048M.data b/results/20110317/synwrite-2048M.data new file mode 100644 index 0000000..e3cd157 --- /dev/null +++ b/results/20110317/synwrite-2048M.data @@ -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 index 0000000..5a83a38 --- /dev/null +++ b/results/20110317/synwrite-256M.data @@ -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 index 0000000..dcf7f8c --- /dev/null +++ b/results/figures/syn-write.gnuplot @@ -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" -- 2.20.1