3

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

4

3 回答 3

6

您可以使用JAMon并将其应用于JamonPerformanceMonitorInterceptor您的服务。

于 2010-06-28T01:09:16.037 回答
2

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

于 2010-06-28T01:35:02.407 回答
1

您可能需要根据性能指标准确量化您希望从应用程序中获得什么。首先看一下 Beet,这是一个基于 Spring 的应用程序的性能和监控工具:

http://beet.sourceforge.net/

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

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

于 2010-06-28T01:07:56.570 回答