This table provides hourly, daily and weekly statistics on CICS transactions. They contain information from CICS performance class monitoring records from CICS/ESA and CICS/TS (SMF 110,subtype 1) and CICS/MVS (SMF 110,subtype 0).
The following comprises a list of the attributes for this attribute group. The name in bold text shows how the attribute appears in the Tivoli Enterprise Portal.
Node The managed system name of the agent.
Timestamp The value is the time collected from the agent system when the data row was built and sent from the agent to the Tivoli Enterprise Monitoring Server (or stored for historical purposes). It represents the local time zone of the agent system.
Date Date when the performance records were initialized. This is normally the task start date. From START.
Time Hour when the performance records were initialized. From START. This column is only available in the Hourly table.
Period Name Time period. This is the name that you define in the PERIOD_PLAN table. Use it to group time intervals according to operator shift or to separate peak and other periods.
MVS System ID MVS system ID. This is the SMF system ID. From SMFMNSID.
CICS System ID CICS generic APPLID. This is the VTAM application ID that is used when requesting a session with this CICS system. From SMFMNPRN.
Transaction ID Transaction name. From TRAN.
Principal Terminal Characters Total number of characters to and from the principal terminal. This is the sum of TCCHRIN1 + TCCHROU1.
Maximum CPU Time(sec) Maximum CPU time used during one transaction, in seconds. This is the maximum of USRCPUT.
Minimum CPU Time(sec) Minimum CPU time used during one transaction, in seconds. This is the minimum of USRCPUT.
Sum CPU Time(sec) CPU time, in seconds. This is the sum of USRCPUT.
Average CPU Time(sec) Average CPU time, in seconds.
DB2 Requests Number of DB2 (EXEC SQL IFI) requests issued by the user task. From DB2REQCT.
File Control Requests Total number of file control requests. Incremented even if the request is function shipped. This is the sum of FCTOTCT.
IMS Requests Number of IMS (DBCTL) requests issued by the user task. From IMSREQCT.
Maximum Task Response Time(sec) Peak task response time, in seconds. This is the maximum of STOP - START.
Minimum Task Response Time(sec) Minimum task response time, in seconds. This is the minimum of STOP - START.
Sum Task Response Time(sec) Total response time for all tasks, in seconds. This is the sum of STOP - START.
Average Task Response Time(sec) Average response time for all tasks, in seconds.
Transaction Count Total number of performance class monitoring records with RTYPE = T indicating task termination. This is valid for CICS V3 and later.