]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - results/casestudy.gp
30562d73760f11dba4d4d6eddf0b3d188522e89c
[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) Wi-Fi \\& CPU loaded"
28 plot \
29      'frsh-hackbench-ping.dat'    using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
30      'no-frsh-ping-hackbench.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
31
32 set title "x) Disk loaded"
33 plot \
34      'frsh-dd.dat'                using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
35      'no-frsh-dd.dat'             using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
36
37 set yrange [0:0.03]
38 set xlabel "Number of video streams"
39 set ylabel "Standard deviation of\ninter-frame time [s]"
40 set title "e) 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 "f) 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 yrange [0:0.3]
51 set title "g) CPU loaded"
52 plot \
53      'frsh-cpu-load.dat'          using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
54      'no-frsh-cpu-load.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
55 set title "h) Wi-Fi \\& CPU loaded"
56 plot \
57      'frsh-hackbench-ping.dat'    using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
58      'no-frsh-ping-hackbench.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
59 set title "y) Disk loaded"
60 plot \
61      'frsh-dd.dat'                using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
62      'no-frsh-dd.dat'             using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"