Interface ThroughputInterceptorMBean

    • Method Detail

      • getOptionFlag

        int getOptionFlag()
      • getInterval

        int getInterval()
      • setInterval

        void setInterval​(int interval)
      • getLastCnt

        double getLastCnt()
      • getMbAppTx

        double getMbAppTx()
      • getMbRx

        double getMbRx()
      • getMbTx

        double getMbTx()
      • getMsgRxCnt

        java.util.concurrent.atomic.AtomicLong getMsgRxCnt()
      • getMsgTxCnt

        java.util.concurrent.atomic.AtomicLong getMsgTxCnt()
      • getMsgTxErr

        java.util.concurrent.atomic.AtomicLong getMsgTxErr()
      • getRxStart

        long getRxStart()
      • getTimeTx

        double getTimeTx()
      • getTxStart

        long getTxStart()
      • report

        void report​(double timeTx)