warmroast
warmroast copied to clipboard
Add heap profiling
Could be useful for diagnosing memory leaks, GC intervals, and such. Just a thought.
Where do I vote this up? I have exactly these issues. Memory leak, GC firing in shorter and shorter intervals. But it only happens on this one remote server for me, so...
If you want to diagnose memory leak, you can use Eclipse Memory Analyzer, though it requires a lot of unused RAM.
Tracing memory usage is much less straight forward than tracing CPU consumption.
If only I could recreate the problem locally, I would.
Still, you're right, I shouldn't be asking for new software when I can run VisualVM remotely. Thank you for the hasty reply!