TOTAL examples
Example 1: Default report
CICSPA TOTAL
Example 2: Report interval
This example shows the TOTAL operand combined with SELECT(PERFORMANCE. The SELECT statement will restrict the input data to be that of the specified day, January 12, 2005.
CICSPA TOTAL(SELECT(PERFORMANCE(INCLUDE(
START(FROM(2005/01/12,),TO(2005/01/13,))))))
Example 3: Exclude CICS-supplied transactions
The following command generates a Performance Totals report for
the data from September 25, 2004.
CICSPA APPLID(IYK2Z1V3),
TOTAL(OUTPUT(TOTL0002),
SELECT(PERFORMANCE(
EXCLUDE(TRAN(CSHQ,CSNC,CSNE,CSOL,CSSY,CWXN)),
INCLUDE(ACTIVE(FROM(2004/09/25,))))))
Figure 1 shows an example of the output.
The Performance Totals report has four parts:
- CICS® System Statistics. Statistics
about the CICS system as a
whole, including:
- CPU and Dispatch times
- Performance Record and Task counts
- CPU and Dispatch Statistics. Breakdown of CPU, Dispatch, and Suspend counts and elapsed time.
- Resource Utilization Statistics. Each field in the performance
record is summarized:
- For Clock fields, the count and time components are broken down.
- For Count fields, the count values are reported.
- User Field Statistics. Statistics for the User Fields defined in the CMF performance class records.
Figure 1. Performance Totals report
V5R3M0 CICS Performance Analyzer
Performance Totals
TOTL0001 Printed at 12:34:56 02/15/2015 Data from 15:05:46 2/15/2009 to 15:17:57 2/15/2009
Dispatched Time CPU Time
DD HH:MM:SS Secs DD HH:MM:SS Secs
Total Elapsed Run Time 00:12:11 731
From Selected Performance Records
QR Dispatch/CPU Time 00:00:04 4 00:00:02 2
MS Dispatch/CPU Time 00:00:12 12 00:00:01 1
-------- ----- -------- ------
TOTAL (QR + MS) 00:00:16 16 00:00:03 3
L8 CPU Time 00:00:00 0
J8 CPU Time 00:00:02 2
S8 CPU Time 00:00:00 0
T8 CPU Time 00:00:00 0
X8 CPU Time 00:00:00 0
-------- ----- -------- ------
TOTAL (L8 + J8 + S8 + T8 + X8) 00:00:10 10 00:00:02 2
L9 CPU Time 00:00:00 0
J9 CPU Time 00:00:00 0
X9 CPU Time 00:00:00 0
-------- ----- -------- ------
TOTAL (L9 + J9 + X9) 00:00:00 0 00:00:00 0
-------- ----- -------- ------
Total CICS TCB Time 00:00:26 26 00:00:04 4
Total Performance Records (Type C) 0
Total Performance Records (Type D) 0
Total Performance Records (Type F) 0
Total Performance Records (Type S) 0
Total Performance Records (Type T) 183
-------- --------
Total Performance Records (Selected) 183 Total Performance Records 183
...... C O U N T S ...... ........... T I M E ...........
From Selected Performance Records Total Avg/Task Max/Task Total Avg/Task Max/Task
Dispatch Time 17803 97.3 6670 26 .141 8.540
CPU Time 4 .023 1.680
RLS CPU (SRB) Time 0 .000 .000
⋮
...... C O U N T S ...... ........... T I M E ...........
From Selected User Records Total Avg/Task Max/Task Total Avg/Task Max/Task
INIT EZA01 S001 0 .0 0 0 .000 .000
READ EZA01 S002 0 .0 0 0 .000 .000
WRITE EZA01 S003 0 .0 0 0 .000 .000
⋮