Start of change

Special fields

The command format is:

CICSPA SUMMARY[(FIELDS(fieldname))]

The special fields that can be selected for the Performance Summary report are:

Start of change CPUSU End of change
Start of change The task USRCPUT (DFHTASK S008), converted to Service Units using a user-supplied conversion factor. End of change
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

Information Information

Feedback


Timestamp icon Last updated: Saturday, 8 February 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///users-guide/sspecflds.htm
End of change