Add four-way latency comparison (NFS and CIFS)
[bluesky.git] / results / figures / specsfs.gnuplot
index debc5d3..223c52f 100644 (file)
@@ -76,3 +76,18 @@ set output "spec-cifs2.eps"
 set ylabel "Operation Latency (ms)"
 plot "../20110227a/sfssum.20110227-samba" using 1:3 with linespoints title "Samba", \
      "../20110317/sfssum.20110317-cifs" using 1:3 with linespoints title "BlueSky"
+
+# Four-way comparison of read latencies among native/BlueSky with NFS/CIFS
+XMAX=750
+set xrange [0:XMAX]
+set x2range [0:XMAX*OPS_WSS_SCALE]
+set xtics nomirror
+set x2tics auto
+set yrange [*:*]
+
+set output "spec-read-latencies.eps"
+set ylabel "Operation Latency (ms)"
+plot "../20110317/read-latencies.data" using 1:2 with linespoints title "Native NFS", \
+     "../20110317/read-latencies.data" using 1:3 with linespoints title "BlueSky NFS", \
+     "../20110317/read-latencies.data" using 1:4 with linespoints title "Samba (CIFS)", \
+     "../20110317/read-latencies.data" using 1:5 with linespoints title "BlueSky CIFS"