Package com.ibm.websphere.request.timing
Interface RequestTimingStatsMXBean
-
public interface RequestTimingStatsMXBeanRequest Timing Stats MXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetActiveRequestCount()Returns the number of currently active requestslonggetHungRequestCount()Returns the number of requests that are currently hunglonggetRequestCount()Returns the total number of requests since the server startedlonggetSlowRequestCount()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
-
-