Web application data counters
- Data counter definitions
Name Description Version Granularity Type Level numLoadedServlets Number of servlets that were loaded 3.5.5 and above per Web application CountStatistic Low numReloads Number of servlets that were reloaded 3.5.5 and above per Web application CountStatistic Low totalRequests Total number of requests a servlet processed 3.5.5 and above per servlet CountStatistic Low concurrentRequests Number of requests that are concurrently processed 3.5.5 and above per servlet RangeStatistic High responseTime The response time, in milliseconds, of a servlet request 3.5.5 and above per servlet TimeStatistic Medium numErrors Total number of errors in a servlet or Java Server Page (JSP) 3.5.5 and above per servlet CountStatistic Low