How does the RSM program monitor servlets or Java Server pages (JSPs) in Web page elements?
JSPs are snippets of Java source code that are embedded in an HTML Web page. These snippets of source code are then compiled on the server when the page is requested. Since this is server-side activity, the RSM program measures the time it takes to compile (if necessary) and return the page requested.