| Author |
Number of hits per web page
|
priya muthusamy
Greenhorn
Joined: Aug 22, 2006
Posts: 3
|
|
i am developing a web application where i want to find the number of hits per url in my application. Can i use httpdStatistics for this or any other way of doing this. do help me in this regard.
|
 |
steve souza
Ranch Hand
Joined: Jun 26, 2002
Posts: 852
|
|
The jamon servlet filter allows you to do this. You do it with the following steps 1) paste the jamon filter into your web.xml file 2) make jamon jar available to your application 3) install the jamon war file to view the statistics It is a no code solution and should only take a few minutes. http://www.jamonapi.com
|
http://www.jamonapi.com/ - a fast, free open source performance tuning api.
JavaRanch Performance FAQ
|
 |
 |
|
|
subject: Number of hits per web page
|
|
|