Special fields
The command format is:
CICSPA SUMMARY[(FIELDS(fieldname))]
The special fields that can be selected for the Performance Summary report are:
- CPUSU
- CPU time expressed in transaction service units. The task USRCPUT
(DFHTASK S008) is converted to service units using a conversion factor
specified for either the image on which the transaction ran or the
input files. It is calculated as:
USRCPUT * service unit conversion factor
- CPUIPCT
- Task processor time as a percentage of the Summary report time
interval:
USRCPUT / Summary Report Time Interval * 100
- OFFLIPCT
- Total task processor time that was eligible for offload to specialty
processor as a percentage of the Summary report time interval:
OFFLCPUT / Summary Report Time Interval * 100
- OFFLPCT
- Total task processor time that was eligible for offload to specialty
processor as a percentage of the total task processor time:
OFFLCPUT / USRCPUT * 100
- OFLDIPCT
- Task processor time that was offload eligible as a percentage
of the Summary report time interval:
(OFFLCPUT + (USRCPUT - CPUTONCP)) / Summary Report Time Interval * 100
- OFLDPCT
- Task processor time that was offload eligible as a percentage
of the total task processor time:
((OFFLCPUT + (USRCPUT – CPUTONCP)) / USRCPUT) * 100
- SPEIPCT
- Task processor time that was offloaded to specialty processor
as a percentage of the Summary report time interval:
(USRCPUT – CPUTONCP) / Summary Report Time Interval * 100
- SPEPCT
- Task processor time that was offloaded to specialty processor
as a percentage of the total task processor time:
((USRCPUT – CPUTONCP) / USRCPUT) * 100
- STCPIPCT
- Task processor time on standard CP that was not offload eligible
as a percentage of the Summary report time interval:
(CPUTONCP - OFFLCPUT) / Summary Report Time Interval * 100
- STCPPCT
- Task processor time on standard CP that was not offload eligible
as a percentage of the total task processor time:
((CPUTONCP – OFFLCPUT) / USRCPUT) * 100