edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Servers: Monitoring: JTA: Summary
Servers: Monitoring: JTA: Summary
Monitoring Options Related Tasks Related Topics
This page shows the summary of all transaction information for all resource types on the server.
Monitoring Options
Name Description Transactions Total Count The total number of transactions processed. This total includes all committed, rolled back, and heuristic transaction completions since the server was started.
MBean Attribute:
JTARuntimeMBean.TransactionTotalCount
Transactions Committed Total Count The total number of transactions committed since the server was started.
MBean Attribute:
JTARuntimeMBean.TransactionCommittedTotalCount
Transactions Rolled Back Total Count The number of transactions that were rolled back since the server was started.
MBean Attribute:
JTARuntimeMBean.TransactionRolledBackTotalCount
Transactions Rolled Back for Timeout Total Count The number of transactions that were rolled back due to a timeout expiration.
MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionRolledBackTimeoutTotalCount
Transactions Rolled Back for Resource Errors Total Count The number of transactions that were rolled back due to a resource error.
MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionRolledBackResourceTotalCount
Transactions Rolled Back for Application Errors Total Count The number of transactions that were rolled back due to an application error.
MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionRolledBackAppTotalCount
Transactions Rolled Back for System Errors Total Count The number of transactions that were rolled back due to an internal system error.
MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionRolledBackSystemTotalCount
Heuristic Completions Total Count The number of transactions that completed with a heuristic status since the server was started.
MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionHeuristicsTotalCount
Abandoned Transactions Total Count The total number of transactions that were abandoned since the server was started.
MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionAbandonedTotalCount
Active Transactions Total Count The number of active transactions on the server.
MBean Attribute:
JTARuntimeMBean.ActiveTransactionsTotalCount
Average Commit Time The average amount of time (in milliseconds) that transactions coordinated by this server have taken to commit.
![]()