public interface StatisticsIF
Modifier and Type | Method | Description |
---|---|---|
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
|
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()