软件包 org.logicalcobwebs.proxool.admin

Provides statistical information on each pool.

请参见:
          描述

接口摘要
SnapshotIF Provides a snapshot of a pool
StatisticsIF Provides statistical performance information for a period ot time.
StatisticsListenerIF Listen for new statistics as they are produced.
 

类摘要
Admin Provides statistics about the performance of a pool.
CompositeStatisticsListener A StatisticsListenerIF that keeps a list of StatisticsListenerIFs and notifies them in a thread safe manner.
StatisticsLogger Listens to statistics and logs them
 

软件包 org.logicalcobwebs.proxool.admin 的描述

Provides statistical information on each pool. Like:

  • averageActiveTime
  • averageActiveCount
  • servedCount
  • refusedCount
  • startDate
  • stopDate
  • servedPerSecond
  • refusedPerSecond


  • Copyright © 2014. All rights reserved.