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"