@ProviderType
public interface RequestProcessorMBean
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaxPeakRecursionDepth()Returns the maximum peak recursive execution depth since last
 resetting the statistics. | 
| long | getMaxRequestDurationMsec()Returns the time in milliseconds used by the longest request since last
 resetting the statistics. | 
| int | getMaxServletCallCount()Returns the maximum servlet call count since last
 resetting the statistics. | 
| double | getMeanPeakRecursionDepth()Returns the mean peak recursive execution depth since last
 resetting the statistics. | 
| double | getMeanRequestDurationMsec()Returns the mean request processing time in milliseconds since resetting
 the statistics. | 
| double | getMeanServletCallCount()Returns the mean servlet call count since last
 resetting the statistics. | 
| int | getMinPeakRecursionDepth()Returns the minimal peak recursive execution depth since last
 resetting the statistics. | 
| long | getMinRequestDurationMsec()Returns the time in milliseconds used by the shortest request since last
 resetting the statistics. | 
| int | getMinServletCallCount()Returns the minimum servlet call count since last
 resetting the statistics. | 
| long | getRequestsCount()Returns the number of requests collected since last resetting the
 statistics. | 
| double | getStandardDeviationDurationMsec()Returns the standard deviation of requests since resetting the
 statistics. | 
| double | getStandardDeviationPeakRecursionDepth()Returns the standard deviation of peak recursive execution depth since last
 resetting the statistics. | 
| double | getStandardDeviationServletCallCount()Returns the standard deviation servlet call counts since last
 resetting the statistics. | 
| void | resetStatistics()Resets all statistics values and restarts from zero. | 
long getRequestsCount()
resetStatistics()long getMaxRequestDurationMsec()
resetStatistics()long getMinRequestDurationMsec()
resetStatistics()double getMeanRequestDurationMsec()
resetStatistics()double getStandardDeviationDurationMsec()
resetStatistics()int getMaxPeakRecursionDepth()
resetStatistics()int getMinPeakRecursionDepth()
resetStatistics()double getMeanPeakRecursionDepth()
resetStatistics()double getStandardDeviationPeakRecursionDepth()
resetStatistics()int getMaxServletCallCount()
resetStatistics()int getMinServletCallCount()
resetStatistics()double getMeanServletCallCount()
resetStatistics()double getStandardDeviationServletCallCount()
resetStatistics()void resetStatistics()
Copyright © 2018 The Apache Software Foundation. All rights reserved.