WAS v8.5 > Reference > Administrator best practicesTransaction counters
Use this page as a reference for properties of transaction counters.
Counter definitions
Transaction counter definitions. The table lists different transaction counter properties along with information on the following: key, ID, description, granularity, type, level and overhead.
Name Key ID Description Granularity Type Level Overhead GlobalBegunCount transactionModule.globalTransBegun 1 The total number of global transactions started on the server Per transaction manager or server CountStatistic Extended Low GlobalInvolvedCount transactionModule.globalTransInvolved 2 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 3 The total number of local transactions started on the server Per transaction manager or server CountStatistic Extended Low ActiveCount transactionModule.activeGlobalTrans 4 The number of concurrently active global transactions Per transaction manager or server CountStatistic Basic Low LocalActiveCount transactionModule.activeLocalTrans 5 The number of concurrently active local transactions Per transaction manager or server CountStatistic All Low GlobalTranTime transactionModule.globalTranDuration 6 The average duration of global transactions Per transaction manager or server TimeStatistic Extended Medium LocalTranTime transactionModule.localTranDuration 7 The average duration of local transactions Per transaction manager or server TimeStatistic Extended Medium GlobalBeforeCompletionTime transactionModule.globalBeforeCompletionDuration 8 The average duration of before_completion for global transactions per transaction manager or server TimeStatistic All Medium GlobalPrepareTime transactionModule.globalPrepareDuration 9 The average duration of prepare for global transactions Per transaction manager or server TimeStatistic All Medium GlobalCommitTime transactionModule.globalCommitDuration 10 The average duration of commit for global transactions Per transaction manager or server TimeStatistic All Medium LocalBeforeCompletionTime transactionModule.localBeforeCompletionDuration 11 The average duration of before_completion for local transactions Per transaction manager or server TimeStatistic All Medium LocalCommitTime transactionModule.localCommitDuration 12 The average duration of commit for local transactions Per transaction manager or server TimeStatistic All Medium OptimizationCount transactionModule.numOptimization 13 The number of global transactions converted to single phase for optimization Per transaction manager or server CountStatistic All Low CommittedCount transactionModule.globalTransCommitted 14 The total number of global transactions committed Per transaction manager or server CountStatistic Basic Low LocalCommittedCount transactionModule.localTransCommitted 15 The number of local transactions committed Per transaction manager or server CountStatistic All Low RolledbackCount transactionModule.globalTransRolledBack 16 The total number of global transactions rolled back Per transaction manager or server CountStatistic Basic Low LocalRolledbackCount transactionModule.localTransRolledBack 17 The number of local transactions rolled back Per transaction manager or server CountStatistic All Low GlobalTimeoutCount transactionModule.globalTransTimeout 18 The number of global transactions timed out Per transaction manager or server CountStatistic Extended Low LocalTimeoutCount transactionModule.localTransTimeout 19 The number of local transactions timed out Per transaction manager or server CountStatistic Extended Low
Related
Monitoring overall system health
Reference:
PMI data organization