简体   繁体   中英

Beyond Profiling a Java Spring application with Spring AOP

It's possible to log profiling information thanks to spring aop. See this for example: Profiling a Java Spring application

Now what it produces is a log file with lines and lines of '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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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