Class RateSampler
- java.lang.Object
-
- org.apache.activemq.artemis.cli.commands.messages.perf.RateSampler
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLastSample()static RateSamplerof(LongSupplier sampling)longreportRate(long reportIntervalNs)voidrun()
-
-
-
Method Detail
-
getLastSample
public long getLastSample()
-
reportRate
public long reportRate(long reportIntervalNs)
-
of
public static RateSampler of(LongSupplier sampling)
-
-