User Tools

Site Tools


cluster:202

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

Both sides previous revision Previous revision
cluster:202 [2021/08/23 08:12]
hmeij07 [2020 Queue Usage]
cluster:202 [2021/10/20 15:01] (current)
hmeij07
Line 29: Line 29:
  
 </code> </code>
- \\+  
 + 
 +<code> 
 + 
 + 
 +/* import total into work.one */ 
 + 
 +data two; set one; if var2 eq 'total'; run; /*and var3<1000*/ 
 + 
 +title1 j=c 'Running (green line) versus Pending (red line)Jobs'; 
 +title2 j=c 'Queue: All (max is 2096)'; /* and pending < 1,000 */ 
 +footnote j=c 'Covers time period 01 JAN 2020 to 31 DEC 2020'; 
 + 
 +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=2096; 
 +run; 
 +quit; 
 + 
 +</code> 
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
  
cluster/202.1629720743.txt.gz · Last modified: 2021/08/23 08:12 by hmeij07