RMFZID – CPC and LPAR Daily Shared zIIP Engine Dispatch by Hour

Overview

The RMFZID query creates a single data extract CSV showing hourly CPC and LPAR dispatch percentages for the shared zIIP (zSeries Integrated Information Processor) engine pool. For each Central Processing Complex (CPC) in the DAYS timespan HARLPC file, the query generates a CPC level chart. The chart uses vertical bars to show the total and effective dispatch percentage of the physical zIIP engines for each hour of the day—plus a horizontal reference line showing the total number of physical engines in the shared zIIP processor pool. The CPC level chart is followed by individual charts for each LPAR in the CPC, showing the dispatch percentages of the logical zIIP engines assigned to the LPAR. For the LPAR charts, the horizontal reference line shows the number of logical zIIP engines active for the LPAR.

The difference between total and effective dispatch represents the amount of the engine resource pool required for multiprocessing management overhead.

Uses

This query is used to monitor the overall shared zIIP pool engine utilization of each CPC at an hour granularity. The individual LPAR views show to what extent each LPAR is using the logical zIIP 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.

Note: If a CPC has one or more zIIP engines and no zAAP engines, and has specified ZAAPZIIP=YES in SYS1.PARMLIB, zIIP engines process all specialty engine work—including work that would normally run on zAAP engines. In this environment, all SMF and RMF metrics treat zAAP and zIIP eligible workloads as zIIP eligible. No zAAP actual or eligible demand appears.

Data Extracts

CPC Total and Effective Daily zIIP Eng Dispatch

This query generates a single data extract, but data manipulation is used to convert the "PHYSICAL" LPAR to a CPC level view of shared zIIP pool engine dispatch, where the LPAR name is changed to "##CPC##’. The following data extract description 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 zIIP Engine Dispatch (Set to PRSMTSST – Total zIIP Dispatch Time – Shared / 3600)

ENGDISPE – Effective zIIP Engine Dispatch (Set to PRSMTSET – Total zIIP Dispatch Time - Effective / 3600)

The vertical bars, for the CPC level LPAR ##CPC##, show the total and effective dispatch of the physical processors in the entire shared zIIP engine pool. For this chart, a user data step takes the following actions before the ENGDISPT and ENGDISPE derivations:

This process permits a CPC level view of the physical shared zIIP engine pool dispatch activity. The total and effective dispatch times are divided by 3600 to convert from seconds of dispatch to hours of dispatch. Since 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 zIIP engines could, at full utilization, provide three hours of dispatch time in one hour.

Right Y-axis

LPCAVSUP - Avg Number of Active zIIP Processors (Set to PRSMANSP – Avg zIIP Sharable Processors)

This horizontal reference line, for the CPC level LPAR ##CPC##, shows the average number of physical processors in the shared zIIP engine pool. While the data extract plots data element LPCAVZAP, which is the average number of logical CP engines assigned to an LPAR—for the ##CPC## chart, a user data step populates LPCAVZAP with the value for PRSMANSP—which is the average number of physical engines in the shared zIIP 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 zIIP Engine Dispatch (Set to LPCSSDTM – Total Shared zIIP Proc. Dispatch Time / 3600)

ENGDISPE – Effective zIIP Engine Dispatch (Set to LPCSSEDT – Total Shr zIIP Proc. Effec.Dispatch Time / 3600)

The vertical bars, for the LPAR level charts, show the total and effective dispatch of the logical zIIP 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 zIIP engines could, at full utilization, provide three hours of dispatch time in one hour.

Right Y-axis

LPCAVSUP - Avg Number of Active zIIP Processors

This horizontal reference line, for the LPAR level charts, show the average number of logical zIIP 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

Query Defaults

Modifications

The following modifications can be made to the RMFZID query: