I am trying to use the heap and jstat commands to analyze heap usage by the different IDE and programs using Java, as my machine is incredibly slow.
I have 16 GIG Ram, my min Heap is 252MB, my max Heap is 3,9 Gig. Now I want to know the heap usage by different programs.
jmap was experimental and removed in Release 60, can you kindly tell me if there is
1) a way to use jmap in Release 144 using Java Advanced Management Console? If so, how?
2) An alternative program / command line manager by a third party to analyze Java heap usage?
3) Would Java Usage Tracker be an alternative? If so, what would I need to consider?
Thank you.
BR, SN