WAITANALYSIS examples
Example 1: Default report
CICSPA WAITANAL
The
report is sorted by TRAN. Figure 1. Wait Analysis report
V5R3M0 CICS Performance Analyzer
Wait Analysis Report
WAIT0001 Printed at 12:34:56 02/15/2015 Data from 15:05:46 2/15/2009 to 15:17:57 2/15/2009 Page 1
------------------------------------------------------------------------------------------------------------------------------------
Tran=CATA
Summary Data -------- Time --------- ------ Count ------ ------ Ratio ------
Total Average Total Average
# Tasks 3
Response Time 0.0331 0.0110
Dispatch Time 0.0276 0.0092 18 6.0 83.2% of Response
CPU Time 0.0082 0.0027 18 6.0 29.8% of Dispatch
Suspend Wait Time 0.0056 0.0019 18 6.0 16.8% of Response
Dispatch Wait Time 0.0021 0.0007 15 5.0 37.7% of Suspend
QR TCB Redispatch Wait Time 0.0021 0.0007 12 4.0 98.3% of Suspend
Resource Manager Interface (RMI) elapsed time 0.0000 0.0000 0 0.0 0.0% of Response
Resource Manager Interface (RMI) suspend time 0.0000 0.0000 0 0.0 0.0% of Suspend
Suspend Detail ------------------- Suspend Time ------------------- ----- Count -----
Total Average %age Graph Total Average
N/A Other Wait Time 0.0025 0.0008 45.0% |********* 3 1.0
DSCHMDLY Redispatch wait time caused by change-TCB mode 0.0015 0.0005 27.6% |***** 6 2.0
JCIOWTT Journal I/O wait time 0.0015 0.0005 26.1% |***** 3 1.0
DSPDELAY First dispatch wait time 0.0001 0.0000 1.3% | 3 1.0
GVUPWAIT Give up control wait time 0.0000 0.0000 0.0% | 3 1.0
Example 2: Report interval
This example shows the WAITANALYSIS operand combined with SELECT(PERFORMANCE.
The SELECT statement will restrict the input data to be that of the
specified day, January 12, 2005.
CICSPA WAITANAL(SELECT(PERFORMANCE(INCLUDE(
START(FROM(2005/01/12,),TO(2005/01/13,))))))