![]() ![]() ![]() ![]() |
Server: Monitoring: JTA: Transactions By Name
This page shows statistics about named transactions coordinated by the server.
Column Display
Name Description Name The name of the transaction as defined by the application that started the transaction.
Transactions 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
Commits The total number of transactions committed since the server was started.
MBean Attribute:
JTARuntimeMBean.TransactionCommittedTotalCount
Rollbacks The number of transactions that were rolled back since the server was started.
MBean Attribute:
JTARuntimeMBean.TransactionRolledBackTotalCount
Timeout Rollbacks The number of transactions that were rolled back due to a timeout expiration.
MBean Attribute:
JTARuntimeMBean.TransactionRolledBackTimeoutTotalCount
Resource Rollbacks The number of transactions that were rolled back due to a resource error.
MBean Attribute:
JTARuntimeMBean.TransactionRolledBackResourceTotalCount
Application Rollbacks The number of transactions that were rolled back due to an application error.
MBean Attribute:
JTARuntimeMBean.TransactionRolledBackAppTotalCount
System Rollbacks The number of transactions that were rolled back due to an internal system error.
MBean Attribute:
JTARuntimeMBean.TransactionRolledBackSystemTotalCount
Heuristics The number of transactions that completed with a heuristic status since the server was started.
MBean Attribute:
JTARuntimeMBean.TransactionHeuristicsTotalCount
Transaction Abandoned Total Count The total number of transactions that were abandoned since the server was started.
MBean Attribute:
JTARuntimeMBean.TransactionAbandonedTotalCount
![]() |