Hi All, I am trying to collect the stats regarding the request received, time taken to process it and average number of requests per second etc in Jetty 9.
I followed this tutorial http://www.eclipse.org/jetty/documentation/current/statistics-handler.html but was not able to make it work correctly. So i uncommented the "etc/jetty-stats.xml" line in start.ini file and i am able to observe some statistics now. I am observing the stats through the jconsole on the same machine as the server. I am able to see the connection related stats under MBean tab -> org.eclipse.jetty.server -> connectorsstatistics -> HTTP. But these does not have request/response time as such. I would like to know how to get this statistics. The statistics i am interested in are similar to the methods mentioned here http://download.eclipse.org/jetty/stable-9/apidocs/org/eclipse/jetty/server/handler/StatisticsHandler.html Any help will be greatly appreciated Cheers. Dinesh
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
