gc collection in oacore jvm

classic Classic list List threaded Threaded
2 messages Options
Sri
Reply | Threaded
Open this post in threaded view
|

gc collection in oacore jvm

Sri
Hi erman,

How can we identify when GC happens in oacore jvm.Is there is any way to check if GC is currently happening in oacore jvm

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: gc collection in oacore jvm

ErmanArslansOracleBlog
Administrator
I didn't test it, but you should be able to monitor the GC by using Java Visual VM.
I have explained this tool here -> https://ermanarslan.blogspot.com/2017/01/ebs-122-about-java-visual-vm-jvisualvm.html

Java Visual VM is a GUI-based profiling/monitoring (by Oracle JDK)

If you need a more detailed GC-related information, then you should check jstat and Visual-GC..

The article below is a good one, review it as well->

https://www.cubrid.org/blog/how-to-monitor-java-garbage-collection/