

5. FILES › 5.3 VMX Information Area Files › 5.3.4 VMX System Processor Data File (VMXSPP) › 5.3.4.4 VMXSPP Retrieval Examples
5.3.4.4 VMXSPP Retrieval Examples
Plot the of number of tasks waiting for a page, available
list empty count and the number of times the demand scan did
not complete successfully.
PROC TIMEPLOT DATA=&VMXX..VMXSPP01;
BY SYSID VMXCPUAD;
ID ENDTS;
PLOT SPPFRQWT='>' SPPNOCMP='*' SPPALMPT='+'
/ OVERLAY HILOC POS=0;
TITLE "Storage Contention Indices";
RUN;
Copyright © 2014 CA.
All rights reserved.
 
|
|