Server --> Monitoring --> JTA
Tasks Related Topics Attributes
Overview
On the Server - >Monitoring - >JTA tab, you can monitor transactions for the selected server in the domain. Transaction statistics are displayed for a specific server, not the entire domain, even though transaction settings apply to the entire domain. For more information, see Monitoring Transactions.
Tasks
Viewing Transaction Statistics for a Server
Viewing Transaction Statistics for Named Transactions
Viewing Transaction Statistics for Server Resources
Viewing Current (Inflight) Transactions for a Server
Manually Resolving Current (Inflight) Transactions
Related Topics
Introducing Transactions
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.JTARuntimeMBeanAttribute: TransactionTotalCount
|
|
Total Committed
|
The number of committed transactions.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionCommittedTotalCount
|
|
Total Rolled Back
|
The number of transactions that were rolled back.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionRolledBackTotalCount
|
|
Timeout Rollbacks
|
The number of transactions that were rolled back due to a timeout expiration.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionRolledBackTimeoutTotalCount
|
|
Resource Rollbacks
|
The number of transactions that were rolled back due to a resource error.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionRolledBackResourceTotalCount
|
|
Application Rollbacks
|
The number of transactions that were rolled back due to an application error.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionRolledBackAppTotalCount
|
|
System Rollbacks
|
The number of transactions that were rolled back due to an internal system error.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionRolledBackSystemTotalCount
|
|
Total Heuristics
|
The number of transactions that completed with a heuristic status.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionHeuristicsTotalCount
|
|
Total Transactions Abandoned
|
The number of transaction that were abandoned.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: TransactionAbandonedTotalCount
|
|
Average Commit Time
|
The average amount of time (in milliseconds) it takes this server to commit a transaction.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: AverageCommitTime
|
Units: milliseconds
|
Active Transactions
|
The total number of active transactions on the server.MBean: weblogic.management.
runtime.JTARuntimeMBeanAttribute: ActiveTransactionsTotalCount
|
|