Java library + JVMTI agent for getting GC pause times?

Ben Horowitz bhorowit at gmail.com
Thu Mar 3 09:54:06 PST 2011


Hi all,

Does anyone know of a Java library/JVMTI agent pair that allows a Java
application access to GC pause times soon after GC pauses occur?

It'd be useful to incorporate this information into the logs written by my
Java application for easier correlation with other application behavior. Of
course, we get this information from GC log files, but correlating multiple
log files is time consuming.

I'm thinking of writing such a library/agent pair myself, but don't want to
duplicate work that's already been done.

Thanks,
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20110303/5be15eb5/attachment.html 


More information about the hotspot-gc-use mailing list