Am looking for tools to detect Memory Leaks, File open issues in Java based applications written using Netbeans and deployed on Tomcat 6 without having to spend hours, something which can detect these anomalous behavior to a certain extent within a reasonable timeframe. Would appreciate if anyone provides recommendations around the same.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I have used Eclipse MAT successfully. It is simple to use and has pretty complete documentation.

link|improve this answer
Am using Netbeans though. – John C Jul 17 '11 at 8:12
You can use it independently of Eclipse. Just give it a heap dump and away you go. – Jeff Foster Jul 17 '11 at 8:17
feedback

Your Answer

 
or
required, but never shown

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