]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - results/casestudy.gp
Enable O_DIRECT by default
[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, 4
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 "With FRSH", \
16      'no-frsh.dat'                using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
17 set xlabel ' '
18 unset ylabel
19 set title "b) Wi-Fi loaded"
20 plot \
21      'frsh-ping.dat'              using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH" , \
22      'no-frsh-ping.dat'           using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
23 set title "c) CPU loaded"
24 plot \
25      'frsh-hackbench.dat'         using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH", \
26      'no-frsh-hackbench.dat'      using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without 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 "With FRSH", \
30      'no-frsh-ping-hackbench.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
31
32 set yrange [0:0.03]
33 set xlabel "Number of video streams"
34 set ylabel "Standard deviation of\ninter-frame time [s]"
35 set title "e) No load"
36 plot \
37      'frsh.dat'                   using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
38      'no-frsh.dat'                using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
39 set xlabel ' '
40 unset ylabel
41 set title "f) Wi-Fi loaded"
42 plot \
43      'frsh-ping.dat'              using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH" , \
44      'no-frsh-ping.dat'           using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
45 set yrange [0:0.3]
46 set title "g) CPU loaded"
47 plot \
48      'frsh-hackbench.dat'         using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
49      'no-frsh-hackbench.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
50 set title "h) Wi-Fi \\& CPU loaded"
51 plot \
52      'frsh-hackbench-ping.dat'    using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
53      'no-frsh-ping-hackbench.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"