Transaction counters

for properties of transaction counters.

Counter definitions

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

Name Granularity Type Level Overhead
GlobalBegunCount Per transaction manager or server CountStatistic Extended Low
GlobalInvolvedCount Per transaction manager or server CountStatistic All Low
LocalBegunCount Per transaction manager or server CountStatistic Extended Low
ActiveCount Per transaction manager or server CountStatistic Basic Low
LocalActiveCount Per transaction manager or server CountStatistic All Low
GlobalTranTime Per transaction manager or server TimeStatistic Extended Medium
LocalTranTime Per transaction manager or server TimeStatistic Extended Medium
GlobalBeforeCompletionTime per transaction manager or server TimeStatistic All Medium
GlobalCommitTime Per transaction manager or server TimeStatistic All Medium
GlobalPrepareTime Per transaction manager or server TimeStatistic All Medium
LocalBeforeCompletionTime Per transaction manager or server TimeStatistic All Medium
LocalCommitTime Per transaction manager or server TimeStatistic All Medium
CommittedCount Per transaction manager or server CountStatistic Basic Low
RolledbackCount Per transaction manager or server CountStatistic Basic Low
OptimizationCount Per transaction manager or server CountStatistic All Low
LocalCommittedCount Per transaction manager or server CountStatistic All Low
LocalRolledbackCount Per transaction manager or server CountStatistic All Low
GlobalTimeoutCount Per transaction manager or server CountStatistic Extended Low
LocalTimeoutCount Per transaction manager or server CountStatistic Extended Low