Search Results

0
votes
2answers
192 views

How to profile session memory usage in Java/Seam web application?

Is there any way/tool to profile per-session memory usage in a Java web application? More specifically I'm using Seam and I have a few objects which are specific for the user or for the use …