Sun GlassFish Enterprise Server v3 管理ガイド

スレッドプールの監視統計

スレッドプールの統計では、次のドット表記名パターンを使用します。

server.thread-pool.thread-pool.statistic

スレッドプールに関して利用可能な統計を、次の表に示します。

表 8–33 スレッドプールの監視統計

Statistic 

データ型 

説明 

averagetimeinqueue

BoundedRangeStatistic 

キュー内の要求が処理されるまでの平均待ち時間 (ミリ秒)。 

averageworkcompletiontime

BoundedRangeStatistic 

割り当てが完了するまでの平均時間 (ミリ秒)。 

currentbusythreads

CountStatistic 

ビジースレッドの数。  

currentnumberofthreads

BoundedRangeStatistic 

要求処理スレッドの現在の数。 

numberofavailablethreads

CountStatistic 

使用可能なスレッドの数。 

numberofworkitemsinqueue

BoundedRangeStatistic 

キューで待機している作業項目の現在の数。 

totalworkitemsadded

CountStatistic 

前回のサンプリング以降に、作業キューに追加された作業項目の合計。