Search code examples
javaeclipsememorypluginsmonitor

test memory consumption of a java program with eclipse


Is there a plugin in eclipse that I could use to test who much memory has my just run program cost?

I am thinking there may be a button from the plugin after I run the program, I could click on it, and it shows me a graph of sort of the peak memory consumption of my program just now.


Solution

  • I personally like VisualVM (tutorial), included with the latest JDK releases.