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.
AllTests Run all in admin package tests
CompositeStatisticsListener A StatisticsListenerIF that keeps a list of StatisticsListenerIFs and notifies them in a thread safe manner.
Snapshot Implementation of SnapshotIF
SnapshotResultMonitor A ResultMonitor specifically for Snapshots
SnapshotTest Test SnapshotIF
Statistics Implementation of StatisticsIF
StatisticsListenerTest Test StatisticsListenerIF
StatisticsLogger Listens to statistics and logs them
StatisticsResultMonitor A ResultMonitor specifically for Snapshots
StatisticsTest Test StatisticsIF
StatsRoller Responsbile for a single set of statistics.
 

Package org.logicalcobwebs.proxool.admin Description

Provides statistical information on each pool. Like:

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