|
This is a Java servlet filter (as per Servlet API 2.3). This filter lets you record the duration for the each request into system log as well as collect it for the future processing. Filter uses the log file provided by your container. And this filter lets you simply add response time stats analysis for your web application. |