Tomcat application Profiler for Eclipse indigo

妖精的绣舞 提交于 2020-01-22 22:09:33

问题


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...


回答1:


You could use visualvm or mat




回答2:


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.



来源:https://stackoverflow.com/questions/9390584/tomcat-application-profiler-for-eclipse-indigo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!