Data counters for this category contain information for the selected server.
Name | Key | ID | Description | Granularity | Type | Level | Overhead |
ConcurrentRequests | webAppModule.servlets.concurrentRequests | 12 | The number of requests that are concurrently processed | Per servlet | RangeStatistic | Extended | High |
ErrorCount | webAppModule.servlets.numErrors | 14 | Total number of errors in a servlet or JavaServer Page (JSP) | Per servlet | CountStatistic | Extended | Low |
LoadedServletCount | webAppModule.numLoadedServlets | 1 | The number of loaded servlets | Per Web application | CountStatistic | All | Low |
ReloadCount | webAppModule.numReloads | 2 | The number of reloaded servlets | Per Web application | CountStatistic | All | Low |
RequestCount | webAppModule.servlets.totalRequests | 11 | Total number of requests that a servlet processed | Per servlet | CountStatistic | Basic | Low |
ServiceTime | webAppModule.servlets.responseTime | 13 | The response time, in milliseconds, of a servlet request | Per servlet | TimeStatistic | Basic | Medium |
URIConcurrentRequests | webAppModule.url.totalRequests | 12 | The total number of requests processed for an URI associated with a servlet. | Per URI | RangeStatistic | Extended | High |
RequestCount | webAppModule.url.totalRequests | 11 | The total number of requests processed for an URI associated with a servlet. | Per URI | CountStatistic | Basic | Low |
URIServiceTime | webAppModule.url.responseTime | 13 | The average service response time, in milliseconds, for an URI associated with a servlet. | Per URI | TimeStatistic | Basic | Medium |