Transaction Manager Report

Figure 59 shows the format of the Transaction manager report. This report is produced using the EXEC CICS® COLLECT STATISTICS TRANSACTION command. The statistics data is mapped by the DFHXMGDS DSECT. The field headings and contents are described in Table 183.

Figure 59. The Transaction Manager Report
Applid IYK2Z1V2  Sysid CJB2  Jobname CI07CJB2    Date 12/17/2004  Time 08:44:37     CICS 6.4.0    PAGE   2
 
 
Transaction Manager
 
  Total Accumulated transactions so far. . :              67
 
  Accumulated transactions (since reset) . :              67          Transaction Rate per second. . :     0.04
 
  Maximum transactions allowed (MXT) . . . :              75
  Times at MXT . . . . . . . . . . . . . . :               0
  Current Active User transactions . . . . :               1
  Peak Active User transactions. . . . . . :               1
  Total Active User transactions . . . . . :              45
 
  Current Running transactions . . . . . . :               1
  Current Dispatchable transactions. . . . :               0
  Current Suspended transactions . . . . . :               0
  Current System transactions. . . . . . . :               0
 
  Transactions Delayed by MXT. . . . . . . :               0
  Total MXT queueing time. . . . . . . . . :  00:00:00.00000
  Average MXT queueing time. . . . . . . . :  00:00:00.00000
 
  Current Queued User transactions . . . . :               0
  Peak Queued User transactions. . . . . . :               0
  Total Queueing time for current queued . :  00:00:00.00000
  Average Queueing time for current queued :  00:00:00.00000
 
Table 183. Fields in the Transaction Manager Report
Field Heading Description
Total Accumulated transactions so far The total number of tasks that have accumulated so far.

Source field: (XMGTNUM + XMGNUM)

Accumulated transactions (since reset) The number of tasks that have accumulated since the last reset.

Source field: XMGNUM

Transaction Rate per second The number of transactions per second.

Source field: (XMGNUM / Elapsed seconds since reset)

Maximum transactions allowed (MXT) The specified maximum number of user transactions as specified in the SIT, or as an override, or changed dynamically using CEMT SET SYSTEM MAXTASKS(value) or EXEC CICS SET SYSTEM MAXTASKS(fullword binary data-value) commands.

Source field: XMGMXT

Times at MXT The number of times that the number of active user transactions equalled the specified maximum number of user transactions (MXT).

Source field: XMGTAMXT

Current Active User transactions The current number of active user transactions.

Source field: XMGCAT

Peak Active User transactions The peak number of active user transactions reached.

Source field: XMGPAT

Total Active User transactions The total number of user transactions that have become active.

Source field: XMGTAT

Current Running transactions The current number of Running transactions.

Source field: EXEC CICS INQUIRE TASKLIST RUNNING

Current Dispatchable transactions The current number of Dispatchable transactions.

Source field: EXEC CICS INQUIRE TASKLIST DISPATCHABLE

Current Suspended transactions The current number of Suspended transactions.

Source field: EXEC CICS INQUIRE TASKLIST SUSPENDED

Current System transactions The current number of system transactions.

Source field: ((Running + Dispatchable + Suspended) - XMGCAT)

Transactions Delayed by MXT The number of user transactions that had to queue for MXT reasons before becoming active, excluding those still waiting.

Source field: XMGTDT

Total MXT Queueing Time The total time spent waiting by those user transactions that had to wait for MXT reasons.
Note:
This does not include those transactions still waiting.

Source field: XMGTQTME

Average MXT Queueing Time The average time spent waiting by those user transactions that had to wait for MXT reasons.

Source field: (XMGTQTME / XMGTDT)

Current Queued User transactions The current number of user transactions currently queuing for MXT reasons.
Note:
That this does not include transactions currently queued for Transaction Class.

Source field: XMGCQT

Peak Queued User transactions The peak number of user transactions queuing for MXT reasons.
Note:
That this does not include transactions queued for Transaction Class.

Source field: XMGPQT

Total Queueing Time for current queued The total time spent waiting by those user transactions currently queued for MXT reasons.
Note:
This does not include the time spent waiting by those transactions that have finished queuing.

Source field: XMGCQTME

Average Queueing Time for current queued The average time spent waiting by those user transactions currently queued for MXT reasons.

Source field: (XMGCQTME / XMGCQT)

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting transaction manager statistics
Full listing and DFHSTUP reports for these statistics
Transaction statistics

[[ Contents Previous Page | Next Page Index ]]