您使用哪种 Java Profiling 工具以及您认为最好的工具?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/181568/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Which Java Profiling tool do you use and which tool you think is the best?
提问by Nikhil Kashyap
Want to know what the stackoverflow community feels about the various free and non-free Java Profilers and profiling tools available.
想知道 stackoverflow 社区对各种可用的免费和非免费 Java Profiler 和分析工具的看法。
采纳答案by cagcowboy
JProfiler works very well for us.
JProfiler 非常适合我们。
http://www.ej-technologies.com/products/jprofiler/overview.html
http://www.ej-technologies.com/products/jprofiler/overview.html
回答by kohlerm
Yourkit is pretty good for CPU analysis.
Yourkit 非常适合 CPU 分析。
For memory usage analsis using heap dumps use http://www.eclipse.org/mat/
对于使用堆转储的内存使用分析,请使用http://www.eclipse.org/mat/

