Hi all,<br><br>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?<br><br>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.<br>
<br>I'm thinking of writing such a library/agent pair myself, but don't want to duplicate work that's already been done.<br><br>Thanks,<br>Ben<br>