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