User Tools

Site Tools


cluster:210

Warning: Undefined array key 4 in /usr/share/dokuwiki/inc/html.php on line 1453

Warning: Undefined array key -1 in /usr/share/dokuwiki/inc/html.php on line 1458

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cluster:210 [2022/01/03 10:00]
hmeij07 created
cluster:210 [2022/01/03 10:14] (current)
hmeij07
Line 3: Line 3:
  
  
-For other years view: [[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]] ... +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]] ... 
  
-==== 2020 Queue Usage ====+==== 2021 Queue Usage ====
  
-^  2020 Totals  ^+^  2021 Totals  ^
 |    | |    |
 ^  HPC Cluster  ^ ^  HPC Cluster  ^
 |    | |    |
-|  {{:cluster:2020total.png}}  |+|  {{:cluster:total_2021.jpg}}  |
 |    | |    |
 |    | |    |
-|  {{:cluster:2020total60kless.png}}  |+|  {{:cluster:total_2021-pending-limit.jpg}}  |
 |    |  |    | 
 +
  
 <code> <code>
  
-date,total,pending,running, 
-07/13/20_07:00,total,82192,770, 
-07/13/20_07:30,total,166156,796, 
-... 
-07/15/20_17:30,total,145188,1549, 
-07/16/20_07:30,total,137694,1197, 
-07/16/20_08:00,total,137124,1161, 
-07/16/20_08:30,total,136542,1209, 
  
-</code> +/* import total into work.one */
-  +
- +
-<code>+
  
  
 /* import total into work.one */ /* import total into work.one */
  
-data two; set one; if var2 eq 'total'; run; /*and var3<1000*/+data two; set one; if var2 eq 'total' and var3<50000; run;
  
 title1 j=c 'Running (green line) versus Pending (red line)Jobs'; title1 j=c 'Running (green line) versus Pending (red line)Jobs';
-title2 j=c 'Queue: All (max is 2096)'; /* and pending < 1,000 */ +title2 j=c 'Queue: All (max is 2056)' and pending < 50,000; 
-footnote j=c 'Covers time period 01 JAN 2020 to 31 DEC 2020';+title3 j=c 'Covers time period 01 JAN 2021 to 31 DEC 2021';
  
 axis1 label=("Jobs"); axis1 label=("Jobs");
Line 50: Line 40:
 proc gplot data=two; proc gplot data=two;
   plot var4*var1 var3*var1 /    plot var4*var1 var3*var1 / 
-  haxis=axis2 vaxis=axis1 overlay vref=2096;+  haxis=axis2 vaxis=axis1 overlay vref=2056;
 run; run;
 quit; quit;
 +
  
 </code> </code>
cluster/210.1641222021.txt.gz · Last modified: 2022/01/03 10:00 by hmeij07