From: Michal Sojka Date: Tue, 18 May 2010 11:22:39 +0000 (+0200) Subject: Rename results for loaded wifi to not contain ping X-Git-Tag: jsa-paper-casestudy-v2~27 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/demo.git/commitdiff_plain/455110b050b94a64fabeb351b5527cc5eb6a6b3f?hp=6a0103d6c549f503d89ca1d51fcf3d85796f994a Rename results for loaded wifi to not contain ping We do not use ping now. --- diff --git a/results/casestudy.gp b/results/casestudy.gp index b3a752c..30562d7 100644 --- a/results/casestudy.gp +++ b/results/casestudy.gp @@ -18,8 +18,8 @@ set xlabel ' ' unset ylabel set title "b) Wi-Fi loaded" plot \ - 'frsh-ping.dat' using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH" , \ - 'no-frsh-ping.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH" + 'frsh-wifi-load.dat' using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH" , \ + 'no-frsh-wifi-load.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH" 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", \ @@ -45,8 +45,8 @@ set xlabel ' ' unset ylabel set title "f) Wi-Fi loaded" plot \ - 'frsh-ping.dat' using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH" , \ - 'no-frsh-ping.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH" + '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 yrange [0:0.3] set title "g) CPU loaded" plot \ diff --git a/results/frsh-ping/result-agregate-0 b/results/frsh-wifi-load/result-agregate-0 similarity index 100% rename from results/frsh-ping/result-agregate-0 rename to results/frsh-wifi-load/result-agregate-0 diff --git a/results/frsh-ping/result-agregate-1 b/results/frsh-wifi-load/result-agregate-1 similarity index 100% rename from results/frsh-ping/result-agregate-1 rename to results/frsh-wifi-load/result-agregate-1 diff --git a/results/frsh-ping/result-agregate-2 b/results/frsh-wifi-load/result-agregate-2 similarity index 100% rename from results/frsh-ping/result-agregate-2 rename to results/frsh-wifi-load/result-agregate-2 diff --git a/results/no-frsh-ping/result-agregate-0 b/results/no-frsh-wifi-load/result-agregate-0 similarity index 100% rename from results/no-frsh-ping/result-agregate-0 rename to results/no-frsh-wifi-load/result-agregate-0 diff --git a/results/no-frsh-ping/result-agregate-1 b/results/no-frsh-wifi-load/result-agregate-1 similarity index 100% rename from results/no-frsh-ping/result-agregate-1 rename to results/no-frsh-wifi-load/result-agregate-1 diff --git a/results/no-frsh-ping/result-agregate-2 b/results/no-frsh-wifi-load/result-agregate-2 similarity index 100% rename from results/no-frsh-ping/result-agregate-2 rename to results/no-frsh-wifi-load/result-agregate-2