Previous Topic: Analyze CICS DataNext Topic: Select Transactions for Analysis


TranView for CICS

TranView displays activity in terms of the individual transactions detected. It divides the activity of these transactions into six major groups and displays the percentage of time each transaction spends in one of these groups. A description for each field in TranView follows.

Tran

Name of a transaction detected by CA MAT during the monitoring of an IMS or CICS region.

T

"X" indicates the transaction has been tagged for analysis.

#Trans

Number of times the transaction completed processing during the monitored period.

Avg RESP

Average time (in seconds) for this transaction during the monitored period.

Tot CPU

Cumulative CPU seconds for this transaction during the monitored period.

AVG CPU

Average CPU time required for this transaction during the monitored period.

Actv%

Percentage of time during the monitored period that the CPU was actively processing the monitored transaction.

Data%

Percentage of time during the monitored period that the transaction was delayed because of an I/O request.

Other%

Percentage of time during the monitored period that was not attributable to any of the categories known to CA MAT.

Totl%

Summation of the categories of delay.

Visual

Graphical representation of the total delay associated with the transaction.

Total SUs

Total amount of CPU time in service units used by this transaction.

CA MAT calculates this amount by using the following formula:

(Tot CPU * 16000000) / CPU Adjustment Rate

The CPU Adjustment Rate can be seen on the OverView report.

Average SUs

Average number of CPU Service Units required to process a transaction.

CA MAT calculates this amount by using the following formula:

(Avg CPU * 16000000) / CPU Adjustment Rate

The CPU Adjustment Rate can be seen on the OverView report.

CA MAT gives you flexibility when monitoring a job; you can specify user IDs, terminal IDs, and transaction codes, or use generic transaction codes on the CICS Monitoring Criteria panel to focus the monitoring on specific units of work. The data displayed in TranView represents the selected transaction only. To understand how to specify transaction code information, see Specify Additional Monitoring Criteria.