TickProfiler
TickProfiler copied to clipboard
Garbage Collection Profiling
I am right now having a issue in Age of Engineering that smells like a humongous memory leak. It leads to lag spikes every few seconds that I suspect are GC cleaning up after said memory leak. I'd like to be able to profile GC in order to track down what objects are getting generated so rapidly as to cause such a leak. Please and thank you.
This would be a lot of work to do properly. You'd probably need to start a java agent outside the current process to do it. I'd accept a PR adding this but won't be adding it myself.
Try using jvisualvm.