Class | Description |
---|---|
BoundaryTimeMeter |
Boundary time meters are used to find the quantile for a given percentage.
|
DistTimeMeter |
DistTimeMeter is derived from StdTimeMeter and additionally provides a
distribution statistic.
|
JainBoundaryTimeMeter |
This boundary meter uses a
JainBoundaryStatistic to find the
quantile for a given percentage. |
MedianTimeMeter |
MedianTimeMeter uses a median statistic of type
StdMedianStatistic to collect the time interval data. |
StdBoundaryTimeMeter |
This boundary meter uses a
StdBoundaryStatistic to find the
quantile for a given percentage. |
StdTimeMeter | |
TimeMeter |
A time meter can be attached to any number of ports to measure message
transfer times.
|
TimeStamp |
TimeStamps can be used to measure time intervals.
|