JAVA性能诊断与调优

IBM JDK 默认JVM设置:
http://publib.boulder.ibm.com/infocenter/javasdk/v5r0/index.jsp?topic=/com.ibm.java.doc.diagnostics.50/diag/appendixes/defaults.html

JVM环境设置:
http://publib.boulder.ibm.com/infocenter/javasdk/v5r0/index.jsp?topic=/com.ibm.java.doc.diagnostics.50/diag/appendixes/env_var/env_jvm.html

JAVA HotSpot VM Options:
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html

The Java HotSpot Client and Server Virtual Machines:
http://download.oracle.com/javase/1.3/docs/guide/performance/hotspot.html#server

JAVA调优白皮书:
Java Tuning White Paper
http://java.sun.com/performance/reference/whitepapers/tuning.html#section1

专注于Java调优的网站:
http://www.javaperformancetuning.com/

性能调优的5个层次:
Performance tuning in summary
http://examples.oreilly.com/9780596000158/summary.html

JAVA Profile工具:
JProfiler
http://www.ej-technologies.com/products/jprofiler/overview.html

JProbe
http://www.quest.com/jprobe/

HP Diagnostics software
https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-15-25^761_4000_100__


Java性能优化相关书籍:
《Java Performance Tuning》2nd Edition
http://examples.oreilly.com/9780596000158/

原文地址:https://www.cnblogs.com/preftest/p/1848031.html