I am currently using Visual VM to monitor the heap memory usage of my Java application. However I would like to somehow see the heap memory usage over a span of time and not just get a snapshot. Is there a way to do this using Visual VM? If yes, how? If not, what tool can I used to do this?

link|improve this question

50% accept rate
feedback

2 Answers

If you are using linux try http://nmon.sourceforge.net/pmwiki.php

if windows use RUN->perfmon

link|improve this answer
feedback

Have you tried visualgc which comes with jvmstat?

http://java.sun.com/performance/jvmstat/

If you are willing to pay, YourKit (yourkit.com) has a pretty good java profiler.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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