Tomcat 应用程序 Profiler for Eclipse indigo

发布于 2025-01-07 17:39:40 字数 267 浏览 1 评论 0原文

我尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

久随 2025-01-14 17:39:41

您可以使用 visualvm
mat

You could use visualvm
or mat

不弃不离 2025-01-14 17:39:41

我会为此使用内存分析工具 (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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文