|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public long getPeriod()
public double getAverageActiveTime()
public double getAverageActiveCount()
public long getServedCount()
public long getRefusedCount()
public java.util.Date getStartDate()
getStopDate()
,
getPeriod()
public java.util.Date getStopDate()
getStartDate()
,
getPeriod()
public double getServedPerSecond()
public double getRefusedPerSecond()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |