Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

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

Transaction No Resources Committed Total Count

The total number of transactions with no enlisted resources that were committed since the server was started.

MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionNoResourcesCommittedTotalCount

Transaction One Resource One Phase Committed Total Count

The total number of transactions with only one enlisted resource that were one-phase committed since the server was started.

MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionOneResourceOnePhaseCommittedTotalCount

Transaction Read Only One Phase Committed Total Count

The total number of transactions with more than one enlisted resource that were one-phase committed due to read-only optimization since the server was started.

MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionReadOnlyOnePhaseCommittedTotalCount

Transaction Two Phase Committed Total Count

The total number of transactions with more than one enlisted resource that were two-phase committed since the server was started.

MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionTwoPhaseCommittedTotalCount

Transaction LLR Committed Total Count

The total number of LLR transactions that were committed since the server was started.

MBean Attribute:
JTATransactionStatisticsRuntimeMBean.TransactionLLRCommittedTotalCount

Active Transactions Total Count

The number of active transactions on the server.

MBean Attribute:
JTARuntimeMBean.ActiveTransactionsTotalCount

Related Tasks

Related Topics


Back to Top