9f1f81204e3a831f5dd8b6b64d306ba34c06b654
[bluesky.git] / results / figures / syn-write.gnuplot
1 load "common.gnuplot"
2
3 set grid
4 set xlabel "Client Write Rate (MB/s): 2-Minute Burst"
5 set ylabel "Average Write Latency (ms/1 MB write)"
6 set key bottom right
7
8 set yrange [0:*]
9 set output "syn-write.eps"
10 set title "Latency vs. Write Rate with Constrained Upload"
11 plot "../20110405/synwrite-256M.data" using 1:($2*1000) with linespoints title "128 MB Write Buffer", \
12      "../20110405/synwrite-2048M.data" using 1:($2*1000) with linespoints title "1 GB Write Buffer"