简体   繁体   English

使用Spring AOP对Java Spring应用程序进行性能分析

[英]Beyond Profiling a Java Spring application with Spring AOP

It's possible to log profiling information thanks to spring aop. 借助spring aop,可以记录分析信息。 See this for example: Profiling a Java Spring application 例如,请参见以下内容: 分析Java Spring应用程序

Now what it produces is a log file with lines and lines of 'enter method @...' 'leave method @...'. 现在,它生成的是一个日志文件,其中包含以下行:'enter method @ ...''leave method @ ...'。 It may be a bit cumbersome to skim through for a simple human brain. 快速浏览一个简单的人脑可能会有些麻烦。

Do you know of any tool to digest these files, to ease navigation in the results, possibly to create nice graphs? 您是否知道有任何工具可以消化这些文件,简化结果导航,甚至可以创建漂亮的图形?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM