\\ **[[cluster:0|Back]]** For other years view: [[cluster:202|2020]], [[cluster:188|2019]], [[cluster:177|2018]], [[cluster:165|2017]], [[cluster:152|2016]], [[cluster:141|2015]], [[cluster:131|2014]], [[cluster:113|2013]], [[cluster:105|2012]], [[cluster:101|2011]] ... ==== 2021 Queue Usage ==== ^ 2021 Totals ^ | | ^ HPC Cluster ^ | | | {{:cluster:total_2021.jpg}} | | | | | | {{:cluster:total_2021-pending-limit.jpg}} | | | /* 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:0|Back]]**