|
Measures reported by GfServletMonTest
For each web application that is deployed on a GlassFish server, this test monitors the processing ability of the servlets used by that application, and reports whether the servlets are responsible for any application slowdowns noticed by users.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Active_servlets_loaded_count |
Indicates the number of servlets of this application that are actively servicing requests currently. |
Number |
|
| Total_servlets_loaded_count |
Indicates the number of servlets loaded into this application during the last measurement period. |
Number |
|
| Servlet_processing_times |
Indicates the time taken by the servlets of this application to process requests during the last measurement period. |
Secs |
A low value is desired for this measure. A consistent rise in the value of this measure could indicate that the servlets are taking too long to process requests. |
|