public interface ServletStats extends Stats
| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getErrorCount()
The errorCount represents the number of cases where the response
code was >= 400
|
CountStatistic |
getMaxTime()
The maximum processing time of a servlet request
|
CountStatistic |
getProcessingTime()
Cumulative Value, indicating the time taken to process the
requests received so far.
|
CountStatistic |
getRequestCount()
Number of requests processed by this servlet.
|
TimeStatistic |
getServiceTime()
Gets the execution time of the servlet's service method.
|
getStatistic, getStatisticNames, getStatisticsCountStatistic getRequestCount()
CountStatistic getProcessingTime()
TimeStatistic getServiceTime()
CountStatistic getMaxTime()
CountStatistic getErrorCount()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.