eG Monitoring
 

Measures reported by TomcatJspTest

The TomcatJspTest monitors the performance of the Tomcat's JSP Engine - Jasper. The measures associated with this test are as follows:

Measurement Description Measurement Unit Interpretation
Load_count Indicates the number of JSPs that have been loaded into the web application since the last measurement period. Number  
Reload_count Indicates the number of JSPs that have been reloaded since the last measurement period Number As one of the rules, by default, the JSP container will automatically reload the translated class of a JSP page whenever the page is retranslated, a class called by the page is modified (presuming the class was loaded by the OC4J JSP container class loader, not the system class loader), or any page in the same application is reloaded. Using this measure therefore, you can keep track of the changes made to the JSP pages.