Technical data
System Dump Analyzer
SHOW TRANSACTIONS
SHOW TRANSACTIONS
Displays information about all transactions on the node or about a specified
transaction.
Format
SHOW TRANSACTIONS [/qualifier[,...]]
Qualifiers
/DISPLAY=(item [,...])
Specifies the type of information to be displayed. The argument to /DISPLAY can
be either a single item or a list. The following items can be specified.
Item Description
ALL All transaction control structures for the specified
transaction. This is the default behavior.
BRANCHES Control structures for branches of the specified
transaction.
PARTICIPANTS Control structures for resource managers participating
in the specified transaction.
THREADS Control structures for threads of the specified
transaction.
TRANSACTIONS Transaction control structures for the specified
transaction.
/SUMMARY
Displays statistics for transactions on the node. The /SUMMARY qualifier cannot
be used with the /TID or /DISPLAY qualifier.
/TID=tid
Specifies the transaction for which information is to be displayed. If you omit the
/TID qualifier, the SHOW TRANSACTIONS command displays information about
all transactions on the node.
Examples
1.
SDA> SHOW TRANSACTIONS/TID=FAC21DE2-BA88-0092-8FA6-00000000B24B
The SHOW TRANSACTIONS command displays all the transaction control
structure information for the transaction identified by the transaction identifier.
2.
SDA> SHOW TRANSACTIONS/DISPLAY=(PARTICIPANTS, BRANCHES)
The SHOW TRANSACTIONS command displays the transaction branch and
resource manager information for all transactions on the node.
SDA–182