Skip to content

Commit e931882

Browse files
authored
Merge pull request #60 from sixtadm/master
Minor adjustments to plotting scripts
2 parents 056c917 + 9499a8e commit e931882

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

boinc_software/monitor-boinc-server/general-activity/archive/plotData_period.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
period='2019-09'
1+
period='2019-11'
22
iFileName='server_status_'.period
33

44
# changes in status page:

boinc_software/monitor-boinc-server/general-activity/archive/plotData_restart.gnu

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ set output '/afs/cern.ch/work/s/sixtadm/public/monitor_activity/boinc_software/m
8383
set term qt 1 title currTitle size xSizeWdw,2*ySizeWdw
8484
}
8585
set title currTitle
86-
set key inside horizontal top center
87-
set ylabel 'recent credit [10^3]' tc rgb 'red'
86+
set key inside horizontal bottom center
87+
set ylabel 'with recent credit [10^3]' tc rgb 'red'
8888
set ytics nomirror tc rgb 'red'
89-
set y2label 'total credit [10^3]' tc rgb 'blue'
89+
set y2label 'with credit [10^3]' tc rgb 'blue'
9090
set y2tics tc rgb 'blue'
9191
set grid xtics ytics lt 0 lw 1 lc rgb 'black'
9292
set multiplot layout 2,1
@@ -96,17 +96,18 @@ set title 'users'
9696
# set yrange [7.5E3/fact:10E3/fact]
9797
# set y2range [158E3/fact:165E3/fact]
9898
plot \
99-
'< cat ????-??/server_status_????-??.dat' index 0 using 1:($11/fact) with linespoints pt 7 ps 1 lt 1 lw 1 lc rgb 'red' title 'with recent credit',\
100-
'' index 0 using 1:($10/fact) with linespoints axis x1y2 pt 7 ps 1 lt 1 lw 1 lc rgb 'blue' title 'with credit'
99+
'< cat ????-??/server_status_????-??.dat' index 0 using 1:($11/fact) with linespoints pt 7 ps 1 lt 1 lw 1 lc rgb 'red' title 'users with recent credit',\
100+
'' index 0 using 1:($10/fact) with linespoints axis x1y2 pt 7 ps 1 lt 1 lw 1 lc rgb 'blue' title 'users with credit'
101101
set title 'computers'
102102
# set yrange [21E3/fact:25E3/fact]
103103
# set y2range [450E3/fact:470E3/fact]
104104
plot \
105-
'< cat ????-??/server_status_????-??.dat' index 0 using 1:($14/fact) with linespoints pt 7 ps 1 lt 1 lw 1 lc rgb 'red' title 'with recent credit',\
106-
'' index 0 using 1:($13/fact) with linespoints axis x1y2 pt 7 ps 1 lt 1 lw 1 lc rgb 'blue' title 'with credit'
105+
'< cat ????-??/server_status_????-??.dat' index 0 using 1:($14/fact) with linespoints pt 7 ps 1 lt 1 lw 1 lc rgb 'red' title 'hosts with recent credit',\
106+
'' index 0 using 1:($13/fact) with linespoints axis x1y2 pt 7 ps 1 lt 1 lw 1 lc rgb 'blue' title 'hosts with credit'
107107
# set yrange [*:*]
108108
# set y2range [*:*]
109109
unset multiplot
110+
set key inside horizontal top center
110111

111112
# gigaflops
112113
currTitle='TeraFLOPs'

boinc_software/monitor-boinc-server/general-activity/archive/plotPeriod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
period='2019-09'
3+
period='2019-11'
44
toolsdir=`dirname $0`
55

66
# create temporary period files

boinc_software/monitor-boinc-server/submissions/plotData.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# today=system("date +%F")
2-
today='2019-09-10'
2+
today='2019-11-08'
33
iFileName='submitAll_'.today.'.dat'
44
iFileNameAssimilated='assimilateAll_'.today.'.dat'
55
oFileName='submitAll_'.today.'.ps'

0 commit comments

Comments
 (0)