Package com.ibm.websphere.request.timing
Interface RequestTimingStatsMXBean
public interface RequestTimingStatsMXBean
Request Timing Stats MXBean
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the number of currently active requestslong
Returns the number of requests that are currently hunglong
Returns the total number of requests since the server startedlong
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
-