Administration Console Online Help
|
Server --> Monitoring -->JTA
Tasks Additional Documentation Attributes
Overview
On the Server—>Monitoring—>JTA tab in the Administration Console, you can monitor transactions on your server. Administration Console. Transaction statistics are displayed for a specific server within a domain.
Totals for transaction statistics are displayed in the JTA dialog. You can also click the monitoring text links to monitor transactions by resource or by name, or to monitor all active transactions.
Tasks
Monitoring Transactions
Additional Documentation
(Requires an Internet connection.)
Managing Transactions in the WebLogic Server Administration Guide
Introducing Transactions in Programming WebLogic JTA
Configuring and Managing Transactions in Programming WebLogic JTA
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Total Transactions
|
The total number of transactions processed. This total includes all committed, rolled back and heuristic transaction completions.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionTotalCount
|
Default: 0
Readable: yes
|
Total Committed
|
The number of committed transactions.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionCommittedTotalCount
|
Default: 0
Readable: yes
|
Total Rolled Back
|
The number of transactions that were rolled back.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionRolledBackTotalCount
|
Default: 0
Readable: yes
|
Timeout Rollbacks
|
The number of transactions that were rolled back due to a timeout expiration.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionRolledBackTimeoutTotalCount
|
Default: 0
Readable: yes
|
Resource Rollbacks
|
The number of transactions that were rolled back due to a resource error.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionRolledBackResourceTotalCount
|
Default: 0
Readable: yes
|
Application Rollbacks
|
The number of transactions that were rolled back due to an application error.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionRolledBackAppTotalCount
|
Default: 0
Readable: yes
|
System Rollbacks
|
The number of transactions that were rolled back due to an internal system error.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionRolledBackSystemTotalCount
|
Default: 0
Readable: yes
|
Total Heuristics
|
The number of transactions that completed with a heuristic status.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionHeuristicsTotalCount
|
Default: 0
Readable: yes
|
Transaction Abandoned Total Count
|
The number of transaction that were abandoned.
MBean: weblogic.management. runtime.JTARuntimeMBean
Attribute: TransactionAbandonedTotalCount
|
Default: 0
Readable: yes
|