mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss.git
synced 2025-05-07 23:02:50 +00:00
Integrate analysis
This commit is contained in:
parent
0a125c3661
commit
dbdcb14449
8 changed files with 362 additions and 41793 deletions
results/scheduler
|
@ -6,9 +6,13 @@ log=$1
|
|||
out=$2
|
||||
|
||||
# Generate csv
|
||||
cat $log | $wai/wakeup.awk > $wai/wakeup.csv
|
||||
cat $log | $wai/data.awk > $wai/data.csv
|
||||
cat $log | $wai/hint.awk > $wai/hint.csv
|
||||
cat $log | $wai/hint_fw.awk > $wai/hint_fw.csv
|
||||
|
||||
Rscript $wai/wakeup.R
|
||||
cd $wai
|
||||
Rscript ./wakeup.R &> /dev/null || { echo "Schduler data analysis failed"; exit 1; }
|
||||
cd - > /dev/null
|
||||
|
||||
mv $wai/schedule.png $out
|
Loading…
Add table
Add a link
Reference in a new issue