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?
|
feedback
|
|
If you are using linux try http://nmon.sourceforge.net/pmwiki.php if windows use RUN->perfmon | |||
|
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. | |||
|
feedback
|
