Transaction counters

Counter definitions

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