Tomcat 应用程序 Profiler for Eclipse indigo
我尝试在 eclipse indigo 中安装 TPTP 分析器。但是它不起作用我收到以下错误。
Eclipse TPTP 不支持您的平台。综合代理 控制器将被禁用。要在受支持的主机上进行分析,请 在该主机上安装并使用独立代理控制器。
我不知道如何检查我的应用程序中的 sql 内存泄漏。有没有其他 Eclipse 工具可以检查内存泄漏。我想分析 Tomcat 中托管的 Web 应用程序。
提前致谢...
I tried installing TPTP profiler in eclipse indigo. However It is not working I am getting the following error.
Your platform is not supported by Eclipse TPTP. The Integrated Agent
Controller will be disabled. To profile on a supported host, please
install and use a stand-alone Agent Controller on that host.
I dont know how to check my sql memory leaks in my application. Is there any other Eclipse tool to check for memory leak. I want to profile my webapplication hosted in Tomcat.
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 visualvm
或 mat
You could use visualvm
or mat
我会为此使用内存分析工具 (MAT)。 MAT 可以直接读取正在运行的 Java 应用程序的内存,但它也可以读取由 VisualVM 或 jmap 生成的内存转储。
I would use Memory Analysis Tool (MAT) for this. MAT can read the memory of a running Java application directly, but it can also read the memory dumps generated by either visualVM or jmap.