cluster:210
This is an old revision of the document!
For other years view: 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011 …
2021 Queue Usage
# a thousand per day periods date,total,pending,running, 08/14/21_15:00,total,324,1025, 08/14/21_15:30,total,324,1025, 08/14/21_16:00,total,324,1040, 08/14/21_16:30,total,324,1072, 08/14/21_17:00,total,324,1056, 08/14/21_17:30,total,324,1072, 08/14/21_18:00,total,324,1072, 08/14/21_18:30,total,288,1056, 08/14/21_19:00,total,288,1020, 08/14/21_19:30,total,288,1020, 08/14/21_20:00,total,288,1020, 08/14/21_20:30,total,288,1020, 08/14/21_21:00,total,288,1020, 08/14/21_21:30,total,288,1034, 08/14/21_22:00,total,288,1034, 08/14/21_22:30,total,288,1034, 08/14/21_23:00,total,288,1034, 08/14/21_23:30,total,288,1034, 08/15/21_00:00,total,288,1034, 08/15/21_00:30,total,288,1034, 08/15/21_01:00,total,288,1034, 08/15/21_01:30,total,288,1024, 08/15/21_02:00,total,288,1024, 08/15/21_02:30,total,288,1008,
/* import total into work.one */
/* import total into work.one */
data two; set one; if var2 eq 'total' and var3<50000; run;
title1 j=c 'Running (green line) versus Pending (red line)Jobs';
title2 j=c 'Queue: All (max is 2056)' and pending < 50,000;
title3 j=c 'Covers time period 01 JAN 2021 to 31 DEC 2021';
axis1 label=("Jobs");
axis2 label=none value=none;
symbol1 interpol=join value=none color=green;
symbol2 interpol=join value=none color=red;
proc gplot data=two;
plot var4*var1 var3*var1 /
haxis=axis2 vaxis=axis1 overlay vref=2056;
run;
quit;
cluster/210.1641222560.txt.gz · Last modified: by hmeij07


