org.logicalcobwebs.proxool.admin
Interface StatisticsIF
public interface StatisticsIF
Provides statistical performance information for a period ot
time.
$Revision: 1.2 $, $Date: 2003/03/03 11:11:59 $- bill
- $Author: billhorsman $ (current maintainer)
getAverageActiveCount
public double getAverageActiveCount()
The average number of active connections,
getAverageActiveTime
public double getAverageActiveTime()
The average time that each connection spent active.
- averageActiveTime (milliseconds)
getPeriod
public long getPeriod()
The length of time this sample represents,
getRefusedCount
public long getRefusedCount()
The number of connections refused during this sample.
getRefusedPerSecond
public double getRefusedPerSecond()
The rate at which we have refused connections
getServedCount
public long getServedCount()
The number of connections served during this sample.
getServedPerSecond
public double getServedPerSecond()
The rate at which we have served connections
getStartDate
public Date getStartDate()
When this sample started.
getStopDate
public Date getStopDate()
When this sample stopped