Interface ThroughputMBean

  • All Known Implementing Classes:
    Throughput

    public interface ThroughputMBean
    • Method Detail

      • getRate

        double getRate()
        The, current, throughput rate (items/second)
      • getTotal

        long getTotal()
        The total number of items that passed through here.