Use this page as a reference for properties of transaction counters.
Name | Key | Description | Granularity | Type | Level | Overhead |
GlobalBegunCount | transactionModule.globalTransBegun | The total number of global transactions started on the server | Per transaction manager or server | CountStatistic | Extended | Low |
GlobalInvolvedCount | transactionModule.globalTransInvolved | The total number of global transactions involved on the server (for example, begun and imported) | Per transaction manager or server | CountStatistic | All | Low |
LocalBegunCount | transactionModule.localTransBegun | The total number of local transactions started on the server | Per transaction manager or server | CountStatistic | Extended | Low |
ActiveCount | transactionModule.activeGlobalTrans | The number of concurrently active global transactions | Per transaction manager or server | CountStatistic | Basic | Low |
LocalActiveCount | transactionModule.activeLocalTrans | The number of concurrently active local transactions | Per transaction manager or server | CountStatistic | All | Low |
GlobalTranTime | transactionModule.globalTranDuration | The average duration of global transactions | Per transaction manager or server | TimeStatistic | Extended | Medium |
LocalTranTime | transactionModule.localTranDuration | The average duration of local transactions | Per transaction manager or server | TimeStatistic | Extended | Medium |
GlobalBeforeCompletionTime | transactionModule.globalBeforeCompletionDuration | The average duration of before_completion for global transactions | per transaction manager or server | TimeStatistic | All | Medium |
GlobalCommitTime | transactionModule.globalCommitDuration | The average duration of commit for global transactions | Per transaction manager or server | TimeStatistic | All | Medium |
GlobalPrepareTime | transactionModule.globalPrepareDuration | The average duration of prepare for global transactions | Per transaction manager or server | TimeStatistic | All | Medium |
LocalBeforeCompletionTime | transactionModule.localBeforeCompletionDuration | The average duration of before_completion for local transactions | Per transaction manager or server | TimeStatistic | All | Medium |
LocalCommitTime | transactionModule.localCommitDuration | The average duration of commit for local transactions | Per transaction manager or server | TimeStatistic | All | Medium |
CommittedCount | transactionModule.globalTransCommitted | The total number of global transactions committed | Per transaction manager or server | CountStatistic | Basic | Low |
RolledbackCount | transactionModule.globalTransRolledBack | The total number of global transactions rolled back | Per transaction manager or server | CountStatistic | Basic | Low |
OptimizationCount | transactionModule.numOptimization | The number of global transactions converted to single phase for optimization | Per transaction manager or server | CountStatistic | All | Low |
LocalCommittedCount | transactionModule.localTransCommitted | The number of local transactions committed | Per transaction manager or server | CountStatistic | All | Low |
LocalRolledbackCount | transactionModule.localTransRolledBack | The number of local transactions rolled back | Per transaction manager or server | CountStatistic | All | Low |
GlobalTimeoutCount | transactionModule.globalTransTimeout | The number of global transactions timed out | Per transaction manager or server | CountStatistic | Extended | Low |
LocalTimeoutCount | transactionModule.localTransTimeout | The number of local transactions timed out | Per transaction manager or server | CountStatistic | Extended | Low |