JBoss Community

Re: How Can I monitoring java heap with jstat?

created by Radoslav Husar in Performance Tuning - View the full discussion

AFAIK yes, summing up all the bytes should give you the total heap as well (obviously, dont paste it through head command then as I did in the example above).

 

jstat will tell you the totals in each generation, which is very useful but if you want to quickly see which objects are holding up the memory jmap comes in handy.

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community