I was wondering if there is an 'easy' way to see what the memory footprint is, used by the objects created by JSF. For instance, I have some @SessionScoped objects and some @ViewScoped objects when going to a certain page.
I would like to know how much KB (or MB) they are using. This way, we can make an estimated calculation of the memory footprint per user of JSF.
I am using Eclipse and EAP 7 together with JSF 2.3. I tried using jvisualvm but no specific class information and size in memory is available. I do remember long time ago we had some tool to visualize this kind of information.
Any ideas on how to find out? I guess some Eclipse plugins can work, but I am totally new to this area and have no clue about the better ones...