Include no read aggregation data in graph
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 16 Mar 2011 15:37:29 +0000 (08:37 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 16 Mar 2011 15:37:29 +0000 (08:37 -0700)
results/figures/specsfs.gnuplot

index 0869963..20b6bb1 100644 (file)
@@ -23,6 +23,7 @@ plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS Serv
      "../20110311/sfssum.20110311-s3-west-4kfs" with linespoints title "BlueSky (4K blocks)", \
      "../20110311/sfssum.20110312-s3-west-fullseg" with linespoints title "BlueSky (full fetches)", \
      "../20110311/sfssum.20110312-s3-west-noseg" with linespoints title "BlueSky (no segments)", \
+     "../20110311/sfssum.20110315-s3-west-noagg" with linespoints title "BlueSky (no read aggregation)", \
      "../20110311/sfssum.20110313-azure" with linespoints title "Azure"
 
 set output "spec2.eps"
@@ -34,6 +35,7 @@ plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Loca
      "../20110311/sfssum.20110311-s3-west-4kfs" using 1:3 with linespoints title "BlueSky (4K blocks)", \
      "../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.20110315-s3-west-noagg" using 1:3 with linespoints title "BlueSky (no read aggregation)", \
      "../20110311/sfssum.20110313-azure" using 1:3 with linespoints title "Azure"
 
 XMAX=1600