Java library + JVMTI agent for getting GC pause times?
Ben Horowitz
bhorowit at gmail.com
Wed Apr 27 04:09:53 UTC 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: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20110427/5be15eb5/attachment.htm>
-------------- next part --------------
_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use at openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
More information about the hotspot-gc-dev
mailing list