获得所有Spring服务的性能指标的最快方法是什么?

时间:2010-06-28 00:44:09

标签: java performance spring frameworks metric

获取所有Spring服务的性能指标的最快方法是什么?

3 个答案:

答案 0 :(得分:6)

您可以使用JAMon并在服务上应用JamonPerformanceMonitorInterceptor

答案 1 :(得分:2)

为什么不试试PerformanceMonitorInterceptor?您不必以任何方式编写任何内容,只需将其配置为建议所有服务方法调用。

答案 2 :(得分:1)

您可能需要根据性能指标量化您希望从应用程序中获得的内容。首先来看看Beet,一个基于Spring的应用程序的性能和监视工具:

http://beet.sourceforge.net/

此处还有一篇文章描述了如何使用Beet收集性能指标(例如方法调用时间):

http://www.gridshore.nl/2009/09/01/using-beet-to-monitor-your-spring-framework-application/