Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat application Profiler for Eclipse indigo

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

like image 743
Dilip Rajkumar Avatar asked Feb 22 '12 07:02

Dilip Rajkumar


2 Answers

You could use visualvm or mat

like image 105
nayakam Avatar answered Nov 13 '22 06:11

nayakam


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.

like image 37
Tonny Madsen Avatar answered Nov 13 '22 08:11

Tonny Madsen