| Measurement |
Description |
Measurement Unit |
Interpretation |
| Active_jsp_count |
Indicates the number of JSPs that are currently active on this application. |
Number |
|
| Total_jsp_count |
Indicates the number of JSPs that were loaded by this application during the last measurement period. |
Number |
This counter gets incremented the first time a JSP is accessed, and its corresponding servlet is loaded and initialized. |
| Jsp_reloaded_count |
Indicates the number of JSPs that were reloaded by this application during the last measurement period. |
Number |
This counter gets incremented whenever a JSP whose source code has changed since it was first deployed is accessed again and recompiled, and its corresponding servlet is reloaded and reinitialized. |
| Jsp_error_count |
Indicates the number of JSP errors experienced by this application during the last measurement period. |
Number |
Ideally, the value of this measure should be 0. |