com.ibm.websphere.request.timing

Interface RequestTimingStatsMXBean



  • public interface RequestTimingStatsMXBean
    Request Timing Stats MXBean
    • Method Detail

      • getRequestCount

        long getRequestCount()
        Returns the total number of requests since the server started
      • getActiveRequestCount

        long getActiveRequestCount()
        Returns the number of currently active requests
      • getSlowRequestCount

        long getSlowRequestCount()
        Returns the number of requests that are currently slow
      • getHungRequestCount

        long getHungRequestCount()
        Returns the number of requests that are currently hung