]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - results/casestudy.gp
Add results for combined load
[frescor/demo.git] / results / casestudy.gp
1
2 set term postscript monochrome eps enhanced size 20 cm, 8 cm  font "Times-Roman"
3 set output "casestudy.eps"
4 set key top left reverse Left
5
6 set multiplot layout 2, 5
7 set xlabel ' '
8 set xtics 1
9 set xrange [0.5:3.5]
10 set yrange [10:40]
11 set xlabel "Number of video streams" 
12 set ylabel "Frames per second"
13 set title "a) No load"
14 plot \
15      'frsh.dat'                   using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
16      'no-frsh.dat'                using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
17 set xlabel ' '
18 unset ylabel
19 set title "b) Wi-Fi loaded"
20 plot \
21      'frsh-wifi-load.dat'         using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH" , \
22      'no-frsh-wifi-load.dat'      using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
23 set title "c) CPU loaded"
24 plot \
25      'frsh-cpu-load.dat'          using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
26      'no-frsh-cpu-load.dat'      using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
27 set title "d) Disk loaded"
28 plot \
29      'frsh-dd.dat'                using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
30      'no-frsh-dd.dat'             using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
31 set title "e) All 3 resources loaded"
32 plot \
33      'frsh-combined-load.dat'     using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
34      'no-frsh-combined-load.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
35
36 set yrange [0:0.03]
37 set yrange [0:0.2]
38 set xlabel "Number of video streams"
39 set ylabel "Standard deviation of\ninter-frame time [s]"
40 set title "f) No load"
41 plot \
42      'frsh.dat'                   using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
43      'no-frsh.dat'                using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
44 set xlabel ' '
45 unset ylabel
46 set title "g) Wi-Fi loaded"
47 plot \
48      'frsh-wifi-load.dat'         using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH" , \
49      'no-frsh-wifi-load.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
50 set title "h) CPU loaded"
51 plot \
52      'frsh-cpu-load.dat'          using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
53      'no-frsh-cpu-load.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
54 set title "i) Disk loaded"
55 plot \
56      'frsh-dd.dat'                using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
57      'no-frsh-dd.dat'             using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
58 set title "j) All 3 resources loaded"
59 plot \
60      'frsh-combined-load.dat'     using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
61      'no-frsh-combined-load.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"