Performance Tuning - Java
Performance optimization is the process of modifying a system to improve its efficiency. The system can be a single computer program, a collection of computers or even an entire network such as the Internet.
From : en.wikipedia.org/wiki/Performance_tuning
Performance tuning software helps the user in identifying the resource hogging parts of the software.
GC Portal
The GC Portal enables analysis and performance tuning of Java applications from a garbage collection (GC) perspective by mining the verbose:gc logs generated by the JVM. GC Portal is a one-stop page for GC issues and includes an extensive collection of whitepapers, case studies and other material. The Portal is intended to be used with HotSpot JVM from Sun Microsystems, distributed as part of Java 2, Standard Edition (J2SE). Use of the GC Portal enables developers to model application and JVM behaviors from a GC perspective.
Based on the analysis provided by the GC Portal for a specific set of verbose:gc log files fed to the Portal, developers can build a model which helps them understand the application and JVM behavior better.
visit
GC Portal
GC Portal was visited : 67 times
Loading .....