RMFODF - CPC and LPAR Daily Shared ICF Engine Dispatch by Hour

The RMFODF inquiry creates a series of charts showing hourly CPC and LPAR level dispatch percentages for the shared ICF (Integrated Coupling Facility) engine pool.
micsrm140
For each Central Processing Complex (CPC) in the DAYS timespan HARLPC file, the inquiry generates a CPC level chart. The chart uses vertical bars to show the total and effective dispatch percentage of the physical ICF engines for each hour of the day -- plus a horizontal reference line showing the total number of physical engines in the shared ICF processor pool. Individual charts are also created for each LPAR in the CPC. These LPAR level charts show the dispatch percentages of the logical ICF engines that are assigned to the LPAR. For the LPAR level charts, the horizontal reference line shows the number of logical ICF engines active for the LPAR.
The difference between total and effective dispatch represents the amount of the engine resource pool that is required for multiprocessing management overhead.
RMFODF  -  CPC and LPAR Daily Shared ICF Engine Dispatch by Hour
RMFODF  -  CPC and LPAR Daily Shared ICF Engine Dispatch by Hour 2
Uses
This inquiry is used to monitor the overall shared ICF pool engine utilization of each CPC at an hour granularity. The individual LPAR charts show to what extent each LPAR is using the logical ICF engines available for its use. Even though the CPC level and LPAR level charts use the same chart variables, the actual values charted are different.
Charts
CPC and LPAR Daily ICF Engine Dispatch
RMFODE CPC and LPAR Daily ICF Engine Dispatch.png
A series of charts are created for each CPC, with the first chart showing CPC level information and the remaining charts in the series showing information for each LPAR. The following information is presented in two parts: one describing the element values plotted for the CPC level chart, and the other describing the element values plotted for the individual LPARs.
CPC level chart
For the CPC level chart, CPC level PR/SM data element values are substituted for the LPAR data elements:
Left Y-axis
ENGDISPT
Total ICF Engine Dispatch (Set to PRSMTIST - Total ICF Dispatch Time - Shared / 3600)
ENGDISPE
Effective ICF Engine Dispatch (Set to PRSMTIET - Total ICF Dispatch Time - Effective / 3600)
These vertical bars, for the CPC level LPAR ##CPC##, show the total and effective dispatch of the physical processors in the entire shared ICF engine pool. For this chart, a user data step takes the following actions before the ENGDISPT and ENGDISPE derivations:
  • Overwrite the ‘PHYSICAL’ LPAR observation.
  • Change the LPAR name to ‘##CPC##’.
  • Substitute PRSMTIST and PRSMTIET values for the LPAR equivalent data elements.
These actions result in a CPC level view of the physical shared ICF engine pool dispatch activity. The total and effective dispatch times are divided by 3600 to convert from seconds of dispatch to hours of dispatch. Because one engine can be dispatched a maximum of one hour, per hour, this conversion allows the dispatch of the engine pool to be represented as physical engine dispatch hour equivalents. For example, three ICF engines could, at full utilization, provide three hours of dispatch time in one hour.
LPCAVICF
Avg Number of Active ICF Processors (Set to PRSMAISP - Avg ICF Sharable Processors)
This horizontal reference line, for the CPC level LPAR ##CPC##, shows the average number of physical processors in the shared ICF engine pool. While the data extract plots data element LPCAVICF, which is the average number of logical ICF engines assigned to an LPAR - for the ##CPC## chart, a user data step populates LPCAVICF with the value for PRSMAISP - which is the average number of physical engines in the shared ICF engine pool. The actual dispatch engine equivalents, charted with the vertical bars, can reach, but should never exceed this line. IBM features like capacity provisioning and on/off capacity on demand can activate and deactivate physical processors - so this line may not reflect a constant value over the entire day.
X-axis
HOUR
Hour of Day
LPAR level charts
The LPAR level charts use standard HARLPC file data elements to derive the dispatch variables:
Left Y-axis
ENGDISPT
Total ICF Engine Dispatch (Set to LPCSIDTM - Total shared ICF Proc. Dispatch Time / 3600)
ENGDISPE
Effective ICF Engine Dispatch (Set to LPCSIEDT - Total Shr ICF Proc. Effec.Dispatch Time / 3600)
The vertical bars, for the LPAR level charts, show the total and effective dispatch of the logical ICF processors assigned to the LPAR. The total and effective dispatch times are divided by 3600 to convert from seconds of dispatch to hours of dispatch. Because one engine can be dispatched a maximum of one hour, per hour, this conversion allows the dispatch of the engine pool to be represented as logical engine dispatch hour equivalents. For example, three logical ICF engines could, at full utilization, provide three hours of dispatch time in one hour.
LPCAVICF
Avg Number of Active ICF Processors
This horizontal reference line, for the LPAR level charts, shows the average number of logical ICF processors assigned to the LPAR. The actual dispatch engine equivalents, charted with the vertical bars, can reach, but should never exceed this line. IBM features like the Intelligent Resource Director (IRD) can activate and deactivate logical processors at the LPAR level -- so this line may not reflect a constant value over the entire day.
X-axis
HOUR
Hour of Day
Inquiry Details
  • HARLPC DAYS timespan file: Cycles 01 and 02
  • Filters:
    • LPCSIDTM or LPCSIEDT GT 0 or PRSMLPNM="PHYSICAL" (Non-zero effective or total ICF engine dispatch times or the "PHYSICAL" LPAR)
    • LPCDEDCT EQ 0 ; (no dedicated LPARS)
    • PRSMTSIP GT 0 ; (at least one active physical ICF engine in shared engine pool)
  • A Common Data Selection step selects yesterday’s data
  • Derivations:
DATE
DATEPART(ENDTS) ;
CPCID
%CPCID ;
ENGDISPE
ROUND((LPCSIEDT/3600),.1) ;
ENGDISPT
ROUND((LPCSIDTM/3600),.1) ;
Modifications
Modification considerations:
  • Using the following CPC Identification data elements that you can filter on CPC:
    • fffMOD - Processor Model Family (where fff is the file identifier -- for example, CPU, LPC, and so on.)
    • CPCMODID - CPC Model Identifier
    • CPCSEQNB - CPC Sequence Number