From 925244cd0a59beac898a96a7ce43773e5983ed73 Mon Sep 17 00:00:00 2001 From: Sixtrack runtime Date: Tue, 10 Dec 2019 10:29:17 +0100 Subject: [PATCH] plot of submissions better closes graph + updating plotting scripts by amereghe as sixtadm --- .../archive/plotData_period.gnu | 2 +- .../general-activity/archive/plotPeriod.sh | 2 +- .../submissions/archive/plotData_period.gnu | 46 +++++++++--------- .../submissions/plotData.gnu | 48 +++++++++---------- 4 files changed, 49 insertions(+), 49 deletions(-) diff --git a/boinc_software/monitor-boinc-server/general-activity/archive/plotData_period.gnu b/boinc_software/monitor-boinc-server/general-activity/archive/plotData_period.gnu index a92f6a7..c586427 100644 --- a/boinc_software/monitor-boinc-server/general-activity/archive/plotData_period.gnu +++ b/boinc_software/monitor-boinc-server/general-activity/archive/plotData_period.gnu @@ -1,4 +1,4 @@ -period='2019-11' +period='2019-12' iFileName='server_status_'.period # changes in status page: diff --git a/boinc_software/monitor-boinc-server/general-activity/archive/plotPeriod.sh b/boinc_software/monitor-boinc-server/general-activity/archive/plotPeriod.sh index 66c36e0..c1cb7ec 100755 --- a/boinc_software/monitor-boinc-server/general-activity/archive/plotPeriod.sh +++ b/boinc_software/monitor-boinc-server/general-activity/archive/plotPeriod.sh @@ -1,6 +1,6 @@ #!/bin/bash -period='2019-11' +period='2019-12' toolsdir=`dirname $0` # create temporary period files diff --git a/boinc_software/monitor-boinc-server/submissions/archive/plotData_period.gnu b/boinc_software/monitor-boinc-server/submissions/archive/plotData_period.gnu index 72c72dd..5871991 100644 --- a/boinc_software/monitor-boinc-server/submissions/archive/plotData_period.gnu +++ b/boinc_software/monitor-boinc-server/submissions/archive/plotData_period.gnu @@ -85,29 +85,29 @@ scaleFact=1E6 } plot \ - "< awk '{if ($6==\"mcrouch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\ - "< awk '{if ($6==\"ynosochk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\ - "< awk '{if ($6==\"emaclean\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\ - "< awk '{if ($6==\"fvanderv\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\ - "< awk '{if ($6==\"kaltchev\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\ - "< awk '{if ($6==\"phermes\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\ - "< awk '{if ($6==\"nkarast\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\ - "< awk '{if ($6==\"dpellegr\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\ - "< awk '{if ($6==\"ecruzala\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\ - "< awk '{if ($6==\"amereghe\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\ - "< awk '{if ($6==\"rdemaria\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\ - "< awk '{if ($6==\"jbarranc\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\ - "< awk '{if ($6==\"giovanno\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\ - "< awk '{if ($6==\"mcintosh\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\ - "< awk '{if ($6==\"skostogl\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\ - "< awk '{if ($6==\"lcoyle\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\ - "< awk '{if ($6==\"mihofer\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'olive' title 'mihofer',\ - "< awk '{if ($6==\"xiaohan\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\ - "< awk '{if ($6==\"dmirarch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\ - "< awk '{if ($6==\"dalena\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\ - "< awk '{if ($6==\"mischenk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\ - "< awk '{if ($6==\"-\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'red' title '-' -# + "< awk '{if ($6==\"mcrouch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\ + "< awk '{if ($6==\"ynosochk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\ + "< awk '{if ($6==\"emaclean\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\ + "< awk '{if ($6==\"fvanderv\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\ + "< awk '{if ($6==\"kaltchev\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\ + "< awk '{if ($6==\"phermes\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\ + "< awk '{if ($6==\"nkarast\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\ + "< awk '{if ($6==\"dpellegr\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\ + "< awk '{if ($6==\"ecruzala\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\ + "< awk '{if ($6==\"amereghe\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\ + "< awk '{if ($6==\"rdemaria\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\ + "< awk '{if ($6==\"jbarranc\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\ + "< awk '{if ($6==\"giovanno\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\ + "< awk '{if ($6==\"mcintosh\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\ + "< awk '{if ($6==\"skostogl\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\ + "< awk '{if ($6==\"lcoyle\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\ + "< awk '{if ($6==\"mihofer\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'olive' title 'mihofer',\ + "< awk '{if ($6==\"xiaohan\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\ + "< awk '{if ($6==\"dmirarch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\ + "< awk '{if ($6==\"dalena\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\ + "< awk '{if ($6==\"mischenk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\ + "< awk '{if ($6==\"-\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'red' title '-' + if (lLog==1){ unset logscale y set format y '%g' diff --git a/boinc_software/monitor-boinc-server/submissions/plotData.gnu b/boinc_software/monitor-boinc-server/submissions/plotData.gnu index 638ef1c..f607210 100644 --- a/boinc_software/monitor-boinc-server/submissions/plotData.gnu +++ b/boinc_software/monitor-boinc-server/submissions/plotData.gnu @@ -1,5 +1,5 @@ # today=system("date +%F") -today='2019-11-08' +today='2019-12-10' iFileName='submitAll_'.today.'.dat' iFileNameAssimilated='assimilateAll_'.today.'.dat' oFileName='submitAll_'.today.'.ps' @@ -19,30 +19,30 @@ set grid set key outside horizontal set ylabel 'submitted WUs [10^3]' set title 'date: '.today -print "< awk '{if ($6==\"fvanderv\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName +scaleFact=1E3 plot \ - "< awk '{if ($6==\"mcrouch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\ - "< awk '{if ($6==\"ynosochk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\ - "< awk '{if ($6==\"emaclean\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\ - "< awk '{if ($6==\"fvanderv\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\ - "< awk '{if ($6==\"kaltchev\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\ - "< awk '{if ($6==\"phermes\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\ - "< awk '{if ($6==\"nkarast\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\ - "< awk '{if ($6==\"dpellegr\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\ - "< awk '{if ($6==\"ecruzala\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\ - "< awk '{if ($6==\"amereghe\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\ - "< awk '{if ($6==\"rdemaria\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\ - "< awk '{if ($6==\"jbarranc\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\ - "< awk '{if ($6==\"giovanno\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\ - "< awk '{if ($6==\"mcintosh\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\ - "< awk '{if ($6==\"skostogl\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\ - "< awk '{if ($6==\"lcoyle\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\ - "< awk '{if ($6==\"mihofer\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'turquoise' title 'mihofer',\ - "< awk '{if ($6==\"xiaohan\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\ - "< awk '{if ($6==\"dmirarch\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\ - "< awk '{if ($6==\"dalena\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\ - "< awk '{if ($6==\"mischenk\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\ - "< awk '{if ($6==\"-\") {tot+=$4; print ($1,$3,tot)}}' ".iFileName index 0 using 1:($3/1E3) with steps lt 1 lw 3 lc rgb 'red' title '-' + "< awk '{if ($6==\"mcrouch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'black' title 'mcrouch',\ + "< awk '{if ($6==\"ynosochk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-green' title 'ynosochk',\ + "< awk '{if ($6==\"emaclean\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'green' title 'emaclean',\ + "< awk '{if ($6==\"fvanderv\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'blue' title 'fvanderv',\ + "< awk '{if ($6==\"kaltchev\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'magenta' title 'kaltchev',\ + "< awk '{if ($6==\"phermes\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'cyan' title 'phermes',\ + "< awk '{if ($6==\"nkarast\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'orange' title 'nkarast',\ + "< awk '{if ($6==\"dpellegr\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'pink' title 'dpellegr',\ + "< awk '{if ($6==\"ecruzala\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'navy' title 'ecruzala',\ + "< awk '{if ($6==\"amereghe\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'purple' title 'amereghe',\ + "< awk '{if ($6==\"rdemaria\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'yellow' title 'rdemaria',\ + "< awk '{if ($6==\"jbarranc\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-blue' title 'jbarranc',\ + "< awk '{if ($6==\"giovanno\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'gold' title 'giovanno',\ + "< awk '{if ($6==\"mcintosh\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'violet' title 'mcintosh',\ + "< awk '{if ($6==\"skostogl\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-red' title 'skostogl',\ + "< awk '{if ($6==\"lcoyle\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'salmon' title 'lcoyle',\ + "< awk '{if ($6==\"mihofer\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'olive' title 'mihofer',\ + "< awk '{if ($6==\"xiaohan\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'skyblue' title 'xiaohan',\ + "< awk '{if ($6==\"dmirarch\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'slategray' title 'dmirarch',\ + "< awk '{if ($6==\"dalena\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-plum' title 'dalena',\ + "< awk '{if ($6==\"mischenk\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'dark-goldenrod' title 'mischenk',\ + "< awk '{if ($6==\"-\") {print ($0)}}' ".iFileName." | awk '{tot+=$4; print ($1,$3,tot)}END{print ($3,$1,tot)}' " index 0 using 1:($3/scaleFact) with steps lt 1 lw 3 lc rgb 'red' title '-' set ylabel 'WUs [10^3]' plot \