]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Rename results for loaded wifi to not contain ping
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 18 May 2010 11:22:39 +0000 (13:22 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 18 May 2010 11:22:39 +0000 (13:22 +0200)
We do not use ping now.

results/casestudy.gp
results/frsh-wifi-load/result-agregate-0 [moved from results/frsh-ping/result-agregate-0 with 100% similarity]
results/frsh-wifi-load/result-agregate-1 [moved from results/frsh-ping/result-agregate-1 with 100% similarity]
results/frsh-wifi-load/result-agregate-2 [moved from results/frsh-ping/result-agregate-2 with 100% similarity]
results/no-frsh-wifi-load/result-agregate-0 [moved from results/no-frsh-ping/result-agregate-0 with 100% similarity]
results/no-frsh-wifi-load/result-agregate-1 [moved from results/no-frsh-ping/result-agregate-1 with 100% similarity]
results/no-frsh-wifi-load/result-agregate-2 [moved from results/no-frsh-ping/result-agregate-2 with 100% similarity]

index b3a752c66e19c7f6769d00a207d38c005ceb7a45..30562d73760f11dba4d4d6eddf0b3d188522e89c 100644 (file)
@@ -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 \