| Project Name | GCViewer |
| Category | Development tools |
| Programming Language | Java |
| Project Home Page | http://www.tagtraum.com/gcviewer.html |
| License(s) | LGPL |
| License URL(s) | http://www.gnu.org/copyleft/lgpl.html |
| Tags (edit) | garbage collection, performance |
GCViewer is a free open source tool to visualize data produced by the Java VM options -verbose:gc and -Xloggc: <file>. It also calculates garbage collection related performance metrics (throughput, accumulated pauses, longest pause, etc.). This can be very useful when tuning the garbage collection of a particular application by changing generation sizes or setting the initial heap size.
GCViewer can also export the data in CSV (comma separated values) format, which may easily be imported into spreadsheet applications for further processing.
Similar Projects (edit)
Reviews
Be the first person to review this project!
User tips
Related books
Last modified on 2006-08-21 03:33:27.874 (rel. 2).
