]> rtime.felk.cvut.cz Git - frescor/demo.git/blobdiff - results/casestudy.gp
Add results for combined load
[frescor/demo.git] / results / casestudy.gp
index 877989d9e06a752d88c485b5fb3ea2e7e01cc855..6eaf5d4f343fcfd6df3730c4fa67501673c27cbe 100644 (file)
@@ -24,39 +24,38 @@ set title "c) CPU loaded"
 plot \
      'frsh-cpu-load.dat'         using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
      'no-frsh-cpu-load.dat'      using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
-set title "d) Wi-Fi \\& CPU loaded"
-plot \
-     'frsh-hackbench-ping.dat'           using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
-     'no-frsh-ping-hackbench.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
-
-set title "x) Disk loaded"
+set title "d) Disk loaded"
 plot \
      'frsh-dd.dat'               using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
      'no-frsh-dd.dat'            using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
+set title "e) All 3 resources loaded"
+plot \
+     'frsh-combined-load.dat'    using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-combined-load.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
 
 set yrange [0:0.03]
 set yrange [0:0.2]
 set xlabel "Number of video streams"
 set ylabel "Standard deviation of\ninter-frame time [s]"
-set title "e) No load"
+set title "f) No load"
 plot \
      'frsh.dat'                  using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
      'no-frsh.dat'               using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
 set xlabel ' '
 unset ylabel
-set title "f) Wi-Fi loaded"
+set title "g) Wi-Fi loaded"
 plot \
      'frsh-wifi-load.dat'                using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH" , \
      'no-frsh-wifi-load.dat'             using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
-set title "g) CPU loaded"
+set title "h) CPU loaded"
 plot \
      'frsh-cpu-load.dat'         using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
      'no-frsh-cpu-load.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
-set title "h) Wi-Fi \\& CPU loaded"
-plot \
-     'frsh-hackbench-ping.dat'           using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
-     'no-frsh-ping-hackbench.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
-set title "y) Disk loaded"
+set title "i) Disk loaded"
 plot \
      'frsh-dd.dat'               using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
      'no-frsh-dd.dat'            using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
+set title "j) All 3 resources loaded"
+plot \
+     'frsh-combined-load.dat'    using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-combined-load.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"