[PJUG Javamail] Measuring webapp performance

Douglas Bullard dbullard at nurflugel.com
Sat Jan 17 18:27:36 EST 2009


Try Glassbox - www.glassbox.com - it's just a war that you install on  
your app server, which generates a scripts to start the server.  You  
restart the server from the script, and it uses aspects to monitor all  
sorts of things - long running queries, etc, displaying them in real  
time on a reporting web page.  It'll go down to the JDBC level to  
detect long-running queries, etc.

Best of all, it's free!


Douglas Bullard



On Jan 17, 2009, at 14:08, Merlyn Albery-Speyer wrote:

> Hi all,
>
> How are people going about measuring the performance of their webapps?
> I've considered a servlet filter to write HTTP request durations to a
> log file. What I'd really like is some live comparative measure of
> overall performance. I could dive in and come up with yet another
> custom solution to this problem, however it seems wiser to poll for
> your opinion. Do you know of a suitable existing tool or library?
>
> Cheers,
> Merlyn
> _______________________________________________
> Web Site - http://www.pjug.org/
> Javamail mailing list
> Javamail at pjug.org
> http://www.pjug.org/mailman/listinfo/javamail
>
>



More information about the Javamail mailing list