Return to Snippet

Revision: 25331
at March 27, 2010 17:21 by liqweed


Initial Code
$JAVA_HOME/bin/jstat -gcutil -h 10 -t <pid> 1s

Initial URL
http://java.sun.com/javase/6/docs/technotes/tools/share/jstat.html

Initial Description
Prints GC stats every 1 second.

Initial Title
GC output profiling using jstat

Initial Tags
java

Initial Language
Java