public interface RequestTimingStatsMXBean
Modifier and Type | Method and Description |
---|---|
long |
getActiveRequestCount()
Returns the number of currently active requests
|
long |
getHungRequestCount()
Returns the number of requests that are currently hung
|
long |
getRequestCount()
Returns the total number of requests since the server started
|
long |
getSlowRequestCount()
Returns the number of requests that are currently slow
|
long getRequestCount()
long getActiveRequestCount()
long getSlowRequestCount()
long getHungRequestCount()