Performance Monitoring Infrastructure (PMI) および Tivoli Performance Viewer (TPV) が収集するスレッド・プール・カウンターを使用して、 スレッド・プールのアクティビティーをモニターすることができます。
名前 | キー | 説明 | 細分度 | タイプ | レベル | オーバーヘッド |
CreateCount | threadPoolModule.threadCreates | 作成されたスレッドの合計数 | スレッド・プール当たり | CountStatistic | すべて | 低 |
DestroyCount | threadPoolModule.threadDestroys | 破棄されたスレッドの合計数 | スレッド・プール当たり | CountStatistic | すべて | 低 |
ActiveCount | threadPoolModule.activeThreads | 同時にアクティブなスレッドの数 | スレッド・プール当たり | BoundedRangeStatistic | 拡張 | 高 |
PoolSize | threadPoolModule.poolSize | プール内のスレッドの平均数 | スレッド・プール当たり | BoundedRangeStatistic | 基本 | 高 |
PercentMaxed | threadPoolModule.percentMaxed | すべてのスレッドが使用中である時間の平均パーセント | スレッド・プール当たり | BoundedRangeStatistic | すべて | 高 |
DeclaredthreadHungCount | threadPoolModule.declaredThreadHung | ハングが宣言されたスレッドの数 | スレッド・プール当たり | CountStatistic | すべて | 最大 |
ClearedThreadHangCount | threadPoolModule.declaredThreadHangCleared | 消去されたスレッド・ハングの数 | スレッド・プール当たり | CountStatistic | すべて | 最大 |
ConcurrentHungThreadCount | threadPoolModule.concurrentlyHungThreads | 同時にハングしているスレッドの数 | スレッド・プール当たり | BoundedRangeStatistic | すべて | 最大 |
ActiveTime | threadPoolModule.activeTime | スレッドがアクティブ状態にいる平均時間 (ミリ秒) | スレッド・プール当たり | TimeStatistic | すべて | 最大 |