Interface RequestTimingStatsMXBean


public interface RequestTimingStatsMXBean
Request Timing Stats MXBean
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of currently active requests
    long
    Returns the number of requests that are currently hung
    long
    Returns the total number of requests since the server started
    long
    Returns the number of requests that are currently slow
  • Method Details

    • 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