public interface StatisticsIF
| 限定符和类型 | 方法和说明 |
|---|---|
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()
Copyright © 2024. All rights reserved.