Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

test memory consumption of a java program with eclipse [closed]

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.

like image 231
user685275 Avatar asked May 03 '11 12:05

user685275


1 Answers

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

like image 120
Mr. Nobody Avatar answered Sep 25 '22 10:09

Mr. Nobody