Package org.logicalcobwebs.proxool.admin

Provides statistical information on each pool.

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
Provides statistical information on each pool. Like:
  • averageActiveTime
  • averageActiveCount
  • servedCount
  • refusedCount
  • startDate
  • stopDate
  • servedPerSecond
  • refusedPerSecond