Class RateSampler

java.lang.Object
org.apache.activemq.artemis.cli.commands.messages.perf.RateSampler
All Implemented Interfaces:
Runnable

public final class RateSampler extends Object implements Runnable
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • getLastSample

      public long getLastSample()
    • reportRate

      public long reportRate(long reportIntervalNs)
    • of

      public static RateSampler of(LongSupplier sampling)