]> rtime.felk.cvut.cz Git - frescor/demo.git/blobdiff - results/casestudy.gp
results: Add data from disk stress and update gnuplot script
[frescor/demo.git] / results / casestudy.gp
index 40ee2b03acd430d889aaf8ee0db60e5fb7776699..ca1721d6d659ace8a43bad918d1fd74822378509 100644 (file)
@@ -3,7 +3,7 @@ set term postscript monochrome eps enhanced size 20 cm, 8 cm  font "Times-Roman"
 set output "casestudy.eps"
 set key top left reverse Left
 
-set multiplot layout 2, 4
+set multiplot layout 2, 5
 set xlabel ' '
 set xtics 1
 set xrange [0.5:3.5]
@@ -29,6 +29,11 @@ plot \
      'frsh-hackbench-ping.dat'           using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH", \
      'no-frsh-ping-hackbench.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
 
+set title "x) Disk loaded"
+plot \
+     'frsh-dd.dat'               using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH", \
+     'no-frsh-dd.dat'            using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
+
 set yrange [0:0.03]
 set xlabel "Number of video streams"
 set ylabel "Standard deviation of\ninter-frame time [s]"
@@ -51,3 +56,7 @@ 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 "With FRSH", \
      'no-frsh-ping-hackbench.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
+set title "y) Disk loaded"
+plot \
+     'frsh-dd.dat'               using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
+     'no-frsh-dd.dat'            using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"