Search Results

0
votes
2answers
173 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 …
2
votes

What tools do you recommend to profile Rails apps?

http://rails-analyzer.rubyforge.org/ might be what you're looking for. I highly recommend the Production log Analyzer for a …