3 OPS_WSS_SCALE=36/1024.0
6 set xlabel "Requested Operations per Second"
7 set x2label "Working Set Size (GB)"
11 set x2range [0:XMAX*OPS_WSS_SCALE]
18 set output "spec1.eps"
19 set ylabel "Achieved Operations per Second"
20 plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS", \
21 "../20110311/sfssum.20110311-s3-west" with linespoints title "BlueSky", \
22 "../20110311/sfssum.20110311-s3-west-4kfs" with linespoints title "BlueSky (4K blocks)", \
23 "../20110311/sfssum.20110312-s3-west-fullseg" with linespoints title "BlueSky (full fetches)", \
24 "../20110401/sfssum.20110401-azure" with linespoints title "Azure"
26 set output "spec2.eps"
27 set ylabel "Operation Latency (ms)"
29 plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Local NFS", \
30 "../20110311/sfssum.20110311-s3-west" using 1:3 with linespoints title "BlueSky", \
31 "../20110311/sfssum.20110311-s3-west-4kfs" using 1:3 with linespoints title "BlueSky (4K blocks)", \
32 "../20110311/sfssum.20110312-s3-west-fullseg" using 1:3 with linespoints title "BlueSky (full fetches)", \
33 "../20110401/sfssum.20110401-azure" using 1:3 with linespoints title "Azure"
37 set x2range [0:XMAX*OPS_WSS_SCALE]
42 set output "spec-parallel1.eps"
43 set ylabel "Achieved Operations per Second"
44 plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS Server", \
45 "../20110311/sfssum.20110315-native-hi8" with linespoints title "Local (8 clients)", \
46 "../20110311/sfssum.20110311-s3-west" with linespoints title "BlueSky", \
47 "../20110311/sfssum.20110314-s3-west-hi8" with linespoints title "BlueSky (8 clients)"
49 set output "spec-parallel2.eps"
50 set ylabel "Operation Latency (ms)"
51 plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Local NFS Server", \
52 "../20110311/sfssum.20110315-native-hi8" using 1:3 with linespoints title "Local (8 clients)", \
53 "../20110311/sfssum.20110311-s3-west" using 1:3 with linespoints title "BlueSky", \
54 "../20110311/sfssum.20110314-s3-west-hi8" using 1:3 with linespoints title "BlueSky (8 clients)"
60 set x2range [0:XMAX*OPS_WSS_SCALE]
64 set output "spec-cifs1.eps"
65 set ylabel "Achieved Operations per Second"
66 plot "../20110227a/sfssum.20110227-samba" with linespoints title "Samba", \
67 "../20110317/sfssum.20110317-cifs" with linespoints title "BlueSky"
69 set output "spec-cifs2.eps"
70 set ylabel "Operation Latency (ms)"
71 plot "../20110227a/sfssum.20110227-samba" using 1:3 with linespoints title "Samba", \
72 "../20110317/sfssum.20110317-cifs" using 1:3 with linespoints title "BlueSky"
74 # Four-way comparison of read latencies among native/BlueSky with NFS/CIFS
77 set x2range [0:XMAX*OPS_WSS_SCALE]
82 set output "spec-read-latencies.eps"
83 set ylabel "Operation Latency (ms)"
84 plot "../20110317/read-latencies.data" using 1:2 with linespoints title "Native NFS", \
85 "../20110317/read-latencies.data" using 1:3 with linespoints title "BlueSky NFS", \
86 "../20110317/read-latencies.data" using 1:4 with linespoints title "Samba (CIFS)", \
87 "../20110317/read-latencies.data" using 1:5 with linespoints title "BlueSky CIFS"