|
This is a Java servlet filter (as per Servlet API 2.3). This filter lets you create a profile for your web pages. So filter will collect execution (response) times for the all requests. And you will use ProfileServlet or custom JSP taglib for checking this statistics in the real time. |