Transaction counters

Counter definitions

Name Key Description Granularity Type Level
Global trans begun transactionModule.globalTransBegun Total number of global transactions started on the server Per transaction manager or server CountStatistic Low
Global trans involved transactionModule.globalTransInvolved Total number of global transactions involved on the server (for example, begun and imported) Per transaction manager or server CountStatistic Low
Local trans begun transactionModule.localTransBegun Total number of local transactions started on the server Per transaction manager or server CountStatistic Low
Active global trans transactionModule.activeGlobalTrans Number of concurrently active global transactions Per transaction manager or server CountStatistic Low
Active local trans transactionModule.activeLocalTrans Number of concurrently active local transactions Per transaction manager or server CountStatistic Low
Global tran duration transactionModule.globalTranDuration Average duration of global transactions Per transaction manager or server TimeStatistic Medium
Local tran duration transactionModule.localTranDuration Average duration of local transactions Per transaction manager or server TimeStatistic Medium
Global before completion duration transactionModule.globalBeforeCompletionDuration Average duration of before_completion for global transactions per transaction manager or server TimeStatistic Medium
Global commit duration transactionModule.globalCommitDuration Average duration of commit for global transactions Per transaction manager or server TimeStatistic Medium
Global prepare duration transactionModule.globalPrepareDuration Average duration of prepare for global transactions Per transaction manager or server TimeStatistic Medium
Local before completion duration transactionModule.localBeforeCompletionDuration Average duration of before_completion for local transactions Per transaction manager or server TimeStatistic Medium
Local commit duration transactionModule.localCommitDuration Average duration of commit for local transactions Per transaction manager or server TimeStatistic Medium
Global trans committed transactionModule.globalTransCommitted Total number of global transactions committed Per transaction manager or server CountStatistic Low
Global trans rolled back transactionModule.globalTransRolledBack Total number of global transactions rolled back Per transaction manager or server CountStatistic Low
Num optimizations transactionModule.numOptimization Number of global transactions converted to single phase for optimization Per transaction manager or server CountStatistic Low
Local trans committed transactionModule.localTransCommitted Number of local transactions committed Per transaction manager or server CountStatistic Low
Local trans rolled back transactionModule.localTransRolledBack Number of local transactions rolled back Per transaction manager or server CountStatistic Low
Global trans timeout transactionModule.globalTransTimeout Number of global transactions timed out Per transaction manager or server CountStatistic Low
Local trans timeout transactionModule.localTransTimeout Number of local transactions timed out Per transaction manager or server CountStatistic Low