Measure heap used by each object in Java

Posted by Fazal on Stack Overflow See other posts from Stack Overflow or by Fazal
Published on 2010-03-31T14:18:46Z Indexed on 2010/03/31 14:23 UTC
Read the original article Hit count: 534

Filed under:
|

Can some suggest a good a free memory profiling tool which will show memory being used by each object in the heap separately. We are trying to profile our application and I used jconsole but its gives me total memory usage only. I am using Eclipse and OC4J

© Stack Overflow or respective owner

Related posts about java

Related posts about jmx