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

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

You could use visualvm or mat

link|improve this answer
Hay thanks.. I will use it.. – Dilip Rajkumar Feb 22 at 13:48
feedback

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.

link|improve this answer
Thanks Tonny... – Dilip Rajkumar Feb 23 at 4:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.