Package com.ibm.websphere.request.timing
Interface RequestTimingStatsMXBean
-
public interface RequestTimingStatsMXBean
Request Timing Stats MXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getActiveRequestCount()
Returns the number of currently active requestslong
getHungRequestCount()
Returns the number of requests that are currently hunglong
getRequestCount()
Returns the total number of requests since the server startedlong
getSlowRequestCount()
Returns the number of requests that are currently slow
-
-
-
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
-
-