|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsIF
Provides statistical performance information for a period ot time.
Method Summary | |
---|---|
double |
getAverageActiveCount()
The average number of active connections, |
double |
getAverageActiveTime()
The average time that each connection spent active. |
long |
getPeriod()
The length of time this sample represents, |
long |
getRefusedCount()
The number of connections refused during this sample. |
double |
getRefusedPerSecond()
The rate at which we have refused connections |
long |
getServedCount()
The number of connections served during this sample. |
double |
getServedPerSecond()
The rate at which we have served connections |
java.util.Date |
getStartDate()
When this sample started. |
java.util.Date |
getStopDate()
When this sample stopped |
Method Detail |
---|
long getPeriod()
double getAverageActiveTime()
double getAverageActiveCount()
long getServedCount()
long getRefusedCount()
java.util.Date getStartDate()
getStopDate()
,
getPeriod()
java.util.Date getStopDate()
getStartDate()
,
getPeriod()
double getServedPerSecond()
double getRefusedPerSecond()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |