Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
gcviewer: Java garbage collection visualizer
- Summary
- GCViewer is a tool to visualize the data produced by the Java VM options
-verbose:gc and -Xloggc:<file>. This can be very useful when tuning the
garbage collection of a particular application by changing generation sizes
or setting the initial heap size. For more information on tuning garbage
collection, take a look at the documentation provided by Sun.
Supported formats:
- Sun JDK 1.4/1.5 with the options -Xloggc:<file> [-XX:+PrintGCDetails]
- Sun JDK 1.2.2/1.3.1/1.4 with the option -verbose:gc
- IBM JDK 1.3.1/1.3.0/1.2.2 with the option -verbose:gc
GCViewer can also export the data in CSV (comma separated values) format,
which may easily be imported in spreadsheet applications for further
processing.
Changelog
- * Mon Aug 1 10:00:00 2005 Ville Skyttä <scop at jpackage.org> - 1:1.22-1jpp
-
- 1.22.
- * Fri Jul 1 10:00:00 2005 Ville Skyttä <scop at jpackage.org> - 1:1.21-1jpp
-
- 1.21.
- * Thu Jun 23 10:00:00 2005 Ville Skyttä <scop at jpackage.org> - 1:1.2-1jpp
-
- 1.2, drop legacy menu.