Plot the use of CPU by SYSTEM and users.
PROC TIMEPLOT DATA=&VMXX..VMXSGP01;
BY HOUR;
ID ENDTS;
PLOT SGPSYSTM='>' SGPCPUTM='*'
/ OVERLAY HILOC POS=60 AXIS=0 TO 60;
TITLE "CPU Consumption by SYSTEM an Virtual Machines";
RUN;
|
Copyright © 2014 CA.
All rights reserved.
|
|