Name |
Key |
Description |
Granularity |
Type |
Level |
Overhead |
LoadedServletCount |
webAppModule.numLoadedServlets |
The number of loaded servlets |
Per Web application |
CountStatistic |
All |
Low |
ReloadCount |
webAppModule.numReloads |
The number of reloaded servlets |
Per Web application |
CountStatistic |
All |
Low |
RequestCount |
webAppModule.servlets.totalRequests |
Total number of requests that a servlet processed |
Per servlet |
CountStatistic |
Basic |
Low |
ConcurrentRequests |
webAppModule.servlets.concurrentRequests |
The number of requests that are concurrently processed |
Per servlet |
RangeStatistic |
Extended |
High |
ServiceTime |
webAppModule.servlets.responseTime |
The response time, in milliseconds, of a servlet request |
Per servlet |
TimeStatistic |
Basic |
Medium |
ErrorCount |
webAppModule.servlets.numErrors |
Total number of errors in a servlet or JavaServer Page
(JSP) |
Per servlet |
CountStatistic |
Extended |
Low |