|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface StatisticsIF
Provides statistical performance information for a period ot time.
| 方法摘要 | |
|---|---|
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 |
Date |
getStartDate()
When this sample started. |
Date |
getStopDate()
When this sample stopped |
| 方法详细信息 |
|---|
long getPeriod()
double getAverageActiveTime()
double getAverageActiveCount()
long getServedCount()
long getRefusedCount()
Date getStartDate()
getStopDate(),
getPeriod()Date getStopDate()
getStartDate(),
getPeriod()double getServedPerSecond()
double getRefusedPerSecond()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||