IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.pmi.stat
Interface WSJTAStats


public interface WSJTAStats

WebSphere Transaction Manager stats interface. Transaction Manager stats are structured as follows in the PMI tree:

<server>
|
|__Transaction Manager


Field Summary
static int ActiveCount
          Number of concurrently active global transactions (CountStatistic).
static int CommittedCount
          Total number of global transactions committed (CountStatistic).
static int GlobalBeforeCompletionTime
          Average duration of before_completion for global transactions (TimeStatistic).
static int GlobalBegunCount
          Total number of global transactions begun on server (CountStatistic).
static int GlobalCommitTime
          Average duration of commit for global transactions (TimeStatistic).
static int GlobalInvolvedCount
          Total number of global transactions involved on server (CountStatistic).
static int GlobalPrepareTime
          Average duration of prepare for global transactions (TimeStatistic).
static int GlobalTimeoutCount
          Number of global transactions timed out (CountStatistic).
static int GlobalTranTime
          Average duration of global transactions (TimeStatistic).
static int LocalActiveCount
          Number of concurrently active local transactions (CountStatistic).
static int LocalBeforeCompletionTime
          Average duration of before_completion for local transactions (TimeStatistic).
static int LocalBegunCount
          Total number of local transactions begun on server (CountStatistic).
static int LocalCommittedCount
          Number of local transactions committed (CountStatistic).
static int LocalCommitTime
          Average duration of commit for local transactions (TimeStatistic).
static int LocalRolledbackCount
          Number of local transactions rolled back (CountStatistic).
static int LocalTimeoutCount
          Number of local transactions timed out (CountStatistic).
static int LocalTranTime
          Average duration of local transactions (TimeStatistic).
static java.lang.String NAME
          Stats name of Transaction manager stats in PMI tree.
static int OptimizationCount
          Number of global transactions converted to single phase for optimization (CountStatistic).
static int RolledbackCount
          Total number of global transactions rolled back (CountStatistic).
 

Field Detail

NAME

static final java.lang.String NAME
Stats name of Transaction manager stats in PMI tree.

<server>
|
|__Transaction Manager

See Also:
Constant Field Values

GlobalBegunCount

static final int GlobalBegunCount
Total number of global transactions begun on server (CountStatistic).

See Also:
Constant Field Values

GlobalInvolvedCount

static final int GlobalInvolvedCount
Total number of global transactions involved on server (CountStatistic). For example, begun and imported.

See Also:
Constant Field Values

LocalBegunCount

static final int LocalBegunCount
Total number of local transactions begun on server (CountStatistic).

See Also:
Constant Field Values

ActiveCount

static final int ActiveCount
Number of concurrently active global transactions (CountStatistic).

See Also:
Constant Field Values

LocalActiveCount

static final int LocalActiveCount
Number of concurrently active local transactions (CountStatistic).

See Also:
Constant Field Values

GlobalTranTime

static final int GlobalTranTime
Average duration of global transactions (TimeStatistic).

See Also:
Constant Field Values

LocalTranTime

static final int LocalTranTime
Average duration of local transactions (TimeStatistic).

See Also:
Constant Field Values

GlobalBeforeCompletionTime

static final int GlobalBeforeCompletionTime
Average duration of before_completion for global transactions (TimeStatistic).

See Also:
Constant Field Values

GlobalPrepareTime

static final int GlobalPrepareTime
Average duration of prepare for global transactions (TimeStatistic).

See Also:
Constant Field Values

GlobalCommitTime

static final int GlobalCommitTime
Average duration of commit for global transactions (TimeStatistic).

See Also:
Constant Field Values

LocalBeforeCompletionTime

static final int LocalBeforeCompletionTime
Average duration of before_completion for local transactions (TimeStatistic).

See Also:
Constant Field Values

LocalCommitTime

static final int LocalCommitTime
Average duration of commit for local transactions (TimeStatistic).

See Also:
Constant Field Values

OptimizationCount

static final int OptimizationCount
Number of global transactions converted to single phase for optimization (CountStatistic).

See Also:
Constant Field Values

CommittedCount

static final int CommittedCount
Total number of global transactions committed (CountStatistic).

See Also:
Constant Field Values

LocalCommittedCount

static final int LocalCommittedCount
Number of local transactions committed (CountStatistic).

See Also:
Constant Field Values

RolledbackCount

static final int RolledbackCount
Total number of global transactions rolled back (CountStatistic).

See Also:
Constant Field Values

LocalRolledbackCount

static final int LocalRolledbackCount
Number of local transactions rolled back (CountStatistic).

See Also:
Constant Field Values

GlobalTimeoutCount

static final int GlobalTimeoutCount
Number of global transactions timed out (CountStatistic).

See Also:
Constant Field Values

LocalTimeoutCount

static final int LocalTimeoutCount
Number of local transactions timed out (CountStatistic).

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8