| 程序包 | 说明 |
|---|---|
| com.github.netty.core.metrics |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Metered
An object which maintains mean and exponentially-weighted rate.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Counter
An incrementing and decrementing counter metric.
|
class |
Histogram
A metric which calculates the distribution of a value.
|
class |
Meter
A meter metric which measures mean throughput and one-, five-, and fifteen-minute
exponentially-weighted moving average throughputs.
|
class |
Timer
A timer metric which aggregates timing durations and provides duration statistics, plus
throughput statistics via
Meter. |
Copyright © 2020. All rights reserved.