[jboss-user] [Performance Tuning] - Re: Best performance monitoring tool for jboss?

PeterJ do-not-reply at jboss.com
Fri Jul 4 14:43:52 EDT 2008


A "performance monitor" will typically tell you how well an application is performing. For example, it might tell you requests per second.

A profiler will tell you how long it is taking your app to service a request, and how often it services certain types of requests. This can usually be  broken down all the way to the individual methods. For example, how many time method X was called and the average/maximum/minimum amount of time spent in method X.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162614#4162614

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162614



More information about the jboss-user mailing list