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