3 OPS_WSS_SCALE=36/1024.0
6 set xlabel "Requested Operations per Second"
7 set x2label "Working Set Size (GB)"
13 set x2range [0:XMAX*OPS_WSS_SCALE]
15 set output "spec1a.eps" # Base comparison
17 set ylabel "Achieved Operations per Second"
18 plot "../20110409/sfssum.20110410-native-hi16" with linespoints title "Local NFS", \
19 "../20110409/sfssum.20110409-s3-west-hi16" with linespoints title "BlueSky", \
20 "../20110409/sfssum.20110411-s3-west-hi16-crypt" with linespoints title "BlueSky (crypto)", \
21 "../20110409/sfssum.20110430-s3-west-hi16-nosegments" with linespoints title "BlueSky (noseg)", \
22 "../20110409/sfssum.20110430-s3-west-hi16-fullfetch" with linespoints title "BlueSky (norange)"
23 #"../20110409/sfssum.20110430-s3-west-hi16-noreadagg" with linespoints title "BlueSky (noreadagg)"
25 #set output "spec2a.eps"
26 #plot "../20110409/sfssum.20110409-s3-west-hi16" with linespoints title "BlueSky", \
27 # "../20110409/sfssum.20110411-s3-west-hi16-crypt" with linespoints title "BlueSky (+crypto)", \
28 # "../20110409/sfssum.20110430-s3-west-hi16-nosegments" with linespoints title "BlueSky (noseg)", \
29 # "../20110409/sfssum.20110430-s3-west-hi16-fullfetch" with linespoints title "BlueSky (norange)", \
30 # "../20110409/sfssum.20110430-s3-west-hi16-noreadagg" with linespoints title "BlueSky (noreadagg)"
32 set output "spec1b.eps"
34 set ylabel "Operation Latency (ms)"
37 plot "../20110409/sfssum.20110410-native-hi16" using 1:3 with linespoints title "Local NFS", \
38 "../20110409/sfssum.20110409-s3-west-hi16" using 1:3 with linespoints title "BlueSky", \
39 "../20110409/sfssum.20110411-s3-west-hi16-crypt" using 1:3 with linespoints title "BlueSky (crypto)", \
40 "../20110409/sfssum.20110430-s3-west-hi16-nosegments" using 1:3 with linespoints title "BlueSky (noseg)", \
41 "../20110409/sfssum.20110430-s3-west-hi16-fullfetch" using 1:3 with linespoints title "BlueSky (norange)"
42 #"../20110409/sfssum.20110430-s3-west-hi16-noreadagg" using 1:3 with linespoints title "BlueSky (noreadagg)"
44 # Comparison with low parallelism
47 set x2range [0:XMAX*OPS_WSS_SCALE]
51 set output "spec2a.eps"
52 set ylabel "Achieved Operations per Second"
53 plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS", \
54 "../20110311/sfssum.20110311-s3-west" with linespoints title "BlueSky", \
55 "../20110311/sfssum.20110311-s3-west-4kfs" with linespoints title "BlueSky (4K)", \
56 "../20110311/sfssum.20110312-s3-west-noseg" with linespoints title "BlueSky (No Segments)", \
57 "../20110311/sfssum.20110312-s3-west-fullseg" with linespoints title "BlueSky (full fetches)", \
58 "../20110401/sfssum.20110401-azure" with linespoints title "Azure"
61 set ylabel "Operation Latency (ms)"
63 set output "spec2b.eps"
64 plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Local NFS", \
65 "../20110311/sfssum.20110311-s3-west" using 1:3 with linespoints title "BlueSky", \
66 "../20110311/sfssum.20110311-s3-west-4kfs" using 1:3 with linespoints title "BlueSky (4K)", \
67 "../20110311/sfssum.20110312-s3-west-noseg" using 1:3 with linespoints title "BlueSky (noseg)", \
68 "../20110311/sfssum.20110312-s3-west-fullseg" using 1:3 with linespoints title "BlueSky (norange)", \
69 "../20110401/sfssum.20110401-azure" using 1:3 with linespoints title "BlueSky (Azure)"
74 set x2range [0:XMAX*OPS_WSS_SCALE]
78 set output "spec-cifs1.eps"
79 set ylabel "Achieved Operations per Second"
80 plot "../20110227a/sfssum.20110227-samba" with linespoints title "Samba", \
81 "../20110317/sfssum.20110317-cifs" with linespoints title "BlueSky"
83 set output "spec-cifs2.eps"
84 set ylabel "Operation Latency (ms)"
85 plot "../20110227a/sfssum.20110227-samba" using 1:3 with linespoints title "Samba", \
86 "../20110317/sfssum.20110317-cifs" using 1:3 with linespoints title "BlueSky"
88 # Four-way comparison of read latencies among native/BlueSky with NFS/CIFS
91 set x2range [0:XMAX*OPS_WSS_SCALE]
96 set output "spec-read-latencies.eps"
97 set ylabel "Operation Latency (ms)"
98 plot "../20110317/read-latencies.data" using 1:2 with linespoints title "Native NFS", \
99 "../20110317/read-latencies.data" using 1:3 with linespoints title "BlueSky NFS", \
100 "../20110317/read-latencies.data" using 1:4 with linespoints title "Samba (CIFS)", \
101 "../20110317/read-latencies.data" using 1:5 with linespoints title "BlueSky CIFS"