Minor changes to graphs and benchmark control scripts
[bluesky.git] / results / figures / specsfs.gnuplot
index 9606f98..0869963 100644 (file)
@@ -13,7 +13,7 @@ set xtics nomirror
 set x2tics auto
 
 set grid
-set key top right
+set key top left
 
 set output "spec1.eps"
 set ylabel "Achieved Operations per Second"
@@ -35,3 +35,24 @@ plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Loca
      "../20110311/sfssum.20110312-s3-west-fullseg" using 1:3 with linespoints title "BlueSky (full fetches)", \
      "../20110311/sfssum.20110312-s3-west-noseg" using 1:3 with linespoints title "BlueSky (no segments)", \
      "../20110311/sfssum.20110313-azure" using 1:3 with linespoints title "Azure"
+
+XMAX=1600
+set xrange [0:XMAX]
+set x2range [0:XMAX*OPS_WSS_SCALE]
+set xtics nomirror
+set x2tics auto
+set yrange [*:*]
+
+set output "spec-parallel1.eps"
+set ylabel "Achieved Operations per Second"
+plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS Server", \
+     "../20110311/sfssum.20110315-native-hi8" with linespoints title "Local (8 clients)", \
+     "../20110311/sfssum.20110311-s3-west" with linespoints title "BlueSky", \
+     "../20110311/sfssum.20110314-s3-west-hi8" with linespoints title "BlueSky (8 clients)"
+
+set output "spec-parallel2.eps"
+set ylabel "Operation Latency (ms)"
+plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Local NFS Server", \
+     "../20110311/sfssum.20110315-native-hi8" using 1:3 with linespoints title "Local (8 clients)", \
+     "../20110311/sfssum.20110311-s3-west" using 1:3 with linespoints title "BlueSky", \
+     "../20110311/sfssum.20110314-s3-west-hi8" using 1:3 with linespoints title "BlueSky (8 clients)"