| 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.  
|