Package org.logicalcobwebs.proxool.admin

Provides statistical information on each pool.

See:
          Description

Interface Summary
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.
 

Class Summary
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
 

Package org.logicalcobwebs.proxool.admin Description

Provides statistical information on each pool. Like:

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