Transaction counters
Name Key ID Description Granularity Type Level Overhead GlobalBegunCount transactionModule.globalTransBegun 1 Total number of global transactions started on the server Per transaction manager or server CountStatistic Extended Low GlobalInvolvedCount transactionModule.globalTransInvolved 2 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 3 Total number of local transactions started on the server Per transaction manager or server CountStatistic Extended Low ActiveCount transactionModule.activeGlobalTrans 4 Number of concurrently active global transactions Per transaction manager or server CountStatistic Basic Low LocalActiveCount transactionModule.activeLocalTrans 5 Number of concurrently active local transactions Per transaction manager or server CountStatistic All Low GlobalTranTime transactionModule.globalTranDuration 6 Average duration of global transactions Per transaction manager or server TimeStatistic Extended Medium LocalTranTime transactionModule.localTranDuration 7 Average duration of local transactions Per transaction manager or server TimeStatistic Extended Medium GlobalBeforeCompletionTime transactionModule.globalBeforeCompletionDuration 8 Average duration of before_completion for global transactions per transaction manager or server TimeStatistic All Medium GlobalPrepareTime transactionModule.globalPrepareDuration 9 Average duration of prepare for global transactions Per transaction manager or server TimeStatistic All Medium GlobalCommitTime transactionModule.globalCommitDuration 10 Average duration of commit for global transactions Per transaction manager or server TimeStatistic All Medium LocalBeforeCompletionTime transactionModule.localBeforeCompletionDuration 11 Average duration of before_completion for local transactions Per transaction manager or server TimeStatistic All Medium LocalCommitTime transactionModule.localCommitDuration 12 Average duration of commit for local transactions Per transaction manager or server TimeStatistic All Medium OptimizationCount transactionModule.numOptimization 13 Number of global transactions converted to single phase for optimization Per transaction manager or server CountStatistic All Low CommittedCount transactionModule.globalTransCommitted 14 Total number of global transactions committed Per transaction manager or server CountStatistic Basic Low LocalCommittedCount transactionModule.localTransCommitted 15 Number of local transactions committed Per transaction manager or server CountStatistic All Low RolledbackCount transactionModule.globalTransRolledBack 16 Total number of global transactions rolled back Per transaction manager or server CountStatistic Basic Low LocalRolledbackCount transactionModule.localTransRolledBack 17 Number of local transactions rolled back Per transaction manager or server CountStatistic All Low GlobalTimeoutCount transactionModule.globalTransTimeout 18 Number of global transactions timed out Per transaction manager or server CountStatistic Extended Low LocalTimeoutCount transactionModule.localTransTimeout 19 Number of local transactions timed out Per transaction manager or server CountStatistic Extended Low