Commit update benchmark results
[bluesky.git] / results / figures / specsfs.gnuplot
1 load "common.gnuplot"
2
3 OPS_WSS_SCALE=36/1024.0
4
5 set grid
6 set xlabel "Requested Operations per Second"
7 set x2label "Working Set Size (GB)"
8 set xtics nomirror
9 set x2tics auto
10
11 XMAX=1600
12 set xrange [0:XMAX]
13 set x2range [0:XMAX*OPS_WSS_SCALE]
14
15 set output "spec1a.eps"     # Base comparison
16 set key off
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)"
24
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)"
31
32 set output "spec1b.eps"
33 set key top left
34 set ylabel "Operation Latency (ms)"
35 set yrange [0:100]
36 set key top right
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)"
43
44 # Comparison with low parallelism
45 XMAX=1250
46 set xrange [0:XMAX]
47 set x2range [0:XMAX*OPS_WSS_SCALE]
48 set yrange [*:*]
49
50 set key off
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"
59
60 set key top right
61 set ylabel "Operation Latency (ms)"
62 set yrange [0:100]
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)"
70
71 # CIFS results
72 XMAX=1000
73 set xrange [0:XMAX]
74 set x2range [0:XMAX*OPS_WSS_SCALE]
75 set xtics nomirror
76 set x2tics auto
77 set yrange [*:*]
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"
82
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"
87
88 # Four-way comparison of read latencies among native/BlueSky with NFS/CIFS
89 XMAX=750
90 set xrange [0:XMAX]
91 set x2range [0:XMAX*OPS_WSS_SCALE]
92 set xtics nomirror
93 set x2tics auto
94 set yrange [*:*]
95
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"