在eclise juno中为java分析 [英] Profiling for java in eclise juno

查看:179
本文介绍了在eclise juno中为java分析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



为了确定瓶颈(时间),我正在寻找一个工具或插件



似乎有一个很好的平台 TPTP ,但这在Eclipse Juno中不再受支持。
JVM 是一个很好的开始,但似乎不足以进行更深入的分析。 / p>

您是否对Eclipse Juno中的集成插件有一些很好的诠释?



如果不是一些独立工具

解决方案

Java剖析器世界有几个大的解决方案:





JProfiler和YourKit是分析大型EE应用程序的强大工具。我个人最喜欢YourKit。它具有易于与Eclipse进行间接。但是这一切都是付费的解决方案,并不总是你需要购买这个。



如果你不是很复杂的应用程序,试图使用 JVisualVM 。对于广泛的性能问题分析应该是足够的。为了监控GC行为,它具有很好的 VisualGC 插件。使用VIsualGC插件,通过 MAT 进行堆转储和分析,您可以根据需要完美调整GC。


I have to optimize performance of a team project (in eclipse Juno).

To identify the bottle neck (timing) i'm searching for a tool or plugin.

There seems to be a good platform TPTP, but this is not supported anymore in Eclipse Juno. JVM is a good start but seems not sufficient for a deeper analysis.

Did you have some good pratices for an integrated Plugin in Eclipse Juno?

If not maybe some standalone tool is succiecent as well.

解决方案

There are several big solution in Java profiler world:

JProfiler and YourKit are powerful tools for analyzing big EE application. Personally I most prefer YourKit. It has easy intergation with Eclipse. But it all is paid solution and not always you need to buy this one.

If you has not very complex application try to use JVisualVM at first. It should be enough to wide range of performance problem analyzing. To monitoring GC behavior it has great VisualGC plugin. With VIsualGC plugin, making heap dumps and analyzing it with MAT you are able to perfectly tune GC if you need.

这篇关于在eclise juno中为java分析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆