bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


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

Table 1-32

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


Total Committed

The number of committed transactions.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionCommittedTotalCount


Total Rolled Back

The number of transactions that were rolled back.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionRolledBackTotalCount


Timeout Rollbacks

The number of transactions that were rolled back due to a timeout expiration.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionRolledBackTimeoutTotalCount


Resource Rollbacks

The number of transactions that were rolled back due to a resource error.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionRolledBackResourceTotalCount


Application Rollbacks

The number of transactions that were rolled back due to an application error.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionRolledBackAppTotalCount


System Rollbacks

The number of transactions that were rolled back due to an internal system error.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionRolledBackSystemTotalCount


Total Heuristics

The number of transactions that completed with a heuristic status.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionHeuristicsTotalCount


Total Transactions Abandoned

The number of transaction that were abandoned.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: TransactionAbandonedTotalCount


Average Commit Time

The average amount of time (in milliseconds) it takes this server to commit a transaction.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: AverageCommitTime

Units: milliseconds

Active Transactions

The total number of active transactions on the server.

MBean: weblogic.management.
runtime.JTARuntimeMBean

Attribute: ActiveTransactionsTotalCount


 

Back to Top Previous Next