Java Concurrent Mark Sweep vs Stop-the-world

Hello,

As per java documentation I found, CMS collectors have “small” stop the word periods.
I know that I can find some figures in GC’log but I need to got this information in my very own monitoring.

Anyway to retreave this information using a JAVA API and SNMP ? (I need both, one for the IS monitoring, SNMP for MWS).

Thanks

Laurent

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.