Relative Content

Tag Archive for javacassandrajvmgarbage-collectionmbeans

How to Print Humongous Allocations in a Java Program Without Using GC Logs?

I’m currently working on a Java application that makes use of humongous allocations and regions. Typically, I would monitor these allocations and regions using the GC (Garbage Collection) logs. However, in this case, I am looking for alternative methods to print out humongous allocations within the JVM, just like I can see the attributes of Eden/Survivor/Old Spaces in the memoryPoolMXBean.