The CICSplex Transaction Manager Statistics attribute group returns information about the transaction activity in your CICS system (such as the total number of transactions attached). You can also specify a single transaction that you are interested in (such as CEMT).
Active User Transactions Is the current number of active user transactions. The value format is an integer of maximum four bytes.
Average Current queuing time Is the average time (in seconds accurate to thousandths of a second) spent waiting by those currently queued transactions and the time that they have been waiting for MAXTASK reasons. The valid format is a floating-point number, accurate to three decimal places.
Average MAXTASK queuing time Is the average time (in seconds accurate to thousandths of a second) spent waiting by those user transactions that had to wait for MAXTASK reasons. It is the total time spent at MAXTASK divided by the total number of transactions that have been delayed because of MAXTASK. The valid format is a floating-point number, accurate to three decimal places.
CICS Region Name Indicates the job name or modify ID of the CICS region being monitored. Each CICS region in a z/OS image has a unique name. This name is an alphanumeric string, with a maximum of 8 characters, and case-sensitive. CICS region names are always in uppercase characters.
Current MAXTASK Is the current MAXTASK (MXT) value. 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.
Current MAXTASK Time Is the current queued transaction interval: the total time (in seconds accurate to thousandths of a second) spent waiting by those user transactions currently queued for MAXTASK (MXT) reasons. The valid format is a floating-point number, accurate to three decimal places.
Dispatchable Transaction Count Is the current number of dispatchable transactions. The value format is an integer of maximum four bytes.
MAXTASK Count Is the MAXTASK occurrence count. The number of times that the number of active user transactions equalled the specified maximum number of user transactions. The value format is an integer of maximum four bytes.
Origin Node The combination of z/OS System ID (SMFID) and CICS region name. The value format is an alphanumeric string, maximum 32 bytes, and case-sensitive.
When a situation is true, the system compares the origin node name in the attribute to the names of managed systems assigned to the item. If the origin node name matches the name of a managed system, the status of the item changes accordingly. If the names of the origin node and the managed systems do not match, the status of the item remains unchanged.
Peak Active User Transactions Is the peak number of active user transactions reached. The value format is an integer of maximum four bytes.
Peak Queued User Transactions Is the peak number of user transactions queuing for MAXTASK (MXT) reasons.
Queued User Transactions Is the current number of user transactions currently queuing for MAXTASK (MXT) reasons.
Running Transaction Count Is the current number of running transactions. The value format is an integer of maximum four bytes.
Suspended Transaction Count Is the current number of suspended transactions. The value format is an integer of maximum four bytes.
System ID Indicates the four-character name that uniquely identifies an active z/OS operating system within a given CICSplex. The value format is an alphanumeric string, maximum 4 characters, and case-sensitive. z/OS System IDs are always in uppercase characters.
System Transaction Count Is the current number of system transactions. The value format is an integer of maximum four bytes.
Total Active User Transactions Is the total number of user transactions that have become active. The value format is an integer of maximum four bytes.
Total Attached Transactions Is the total number of attached CICS transactions. The total number of tasks that have accumulated so far.
Total MAXTASK Time Is the accumulated queued transaction interval: the total time (in seconds accurate to thousandths of a second) spent waiting by those user transactions that had to wait for MAXTASK (MXT) reasons. The valid format is a floating-point number, accurate to three decimal places.
Total Queued User Transactions Is the total Queued User Transaction Count. The number of user transactions that had to queue for MAXTASK (MXT) reasons before becoming active, excluding those still waiting. The value format is an integer of maximum four bytes.
Total Transactions so far Is the total number of tasks that have accumulated so far.
Total Transactions so far 64bit Is the total number of tasks that have accumulated so far.
Transaction rate Is the number of transactions per second.
Transactions since reset Is the number of tasks that have accumulated since the last statistics reset.