java-jvm
http://www.javaperformancetuning.com
http://www.javaworld.com/article/2078623/core-java/jvm-performance-optimization-part-1-a-jvm-technology-primer.html
http://www.javaworld.com/article/2078635/enterprise-middleware/jvm-performance-optimization-part-2-compilers.html http://www.javaworld.com/article/2078645/java-se/jvm-performance-optimization-part-3-garbage-collection.html
http://www.javaworld.com/article/2078661/java-concurrency/jvm-performance-optimization--part-4--c4-garbage-collection-for-low-latency-java-ap.html
http://www.javaworld.com/article/2078731/java-platform/jvm-performance-optimization--part-5--is-java-scalability-an-oxymoron-.html
https://docs.oracle.com/cd/E13222_01/wls/docs81/perform/JVMTuning.html
http://www.slideshare.net/aszegedi/everything-i-ever-learned-about-jvm-performance-tuning-twitter/13-Too_much_data_Run_with
https://dzone.com/articles/java-performance-tuning
https://engineering.linkedin.com/blog/2016/01/tuning_espresso_jvm
http://www.cubrid.org/blog/tags/Garbage%20Collection/
http://www.cubrid.org/blog/dev-platform/understanding-java-garbage-collection/ http://www.cubrid.org/blog/dev-platform/how-to-monitor-java-garbage-collection/ http://www.cubrid.org/blog/dev-platform/how-statement-pooling-in-jdbc-affects-garbage-collection/ http://www.cubrid.org/blog/dev-platform/how-to-tune-java-garbage-collection/ http://www.cubrid.org/blog/dev-platform/maxclients-in-apache-and-its-effect-on-tomcat-during-full-gc/ http://www.cubrid.org/blog/dev-platform/the-principles-of-java-application-performance-tuning/ http://www.cubrid.org/blog/dev-platform/understanding-jvm-internals/ http://pengjiaheng.iteye.com/category/86293 jam调优 http://blog.headius.com/2009/01/my-favorite-hotspot-jvm-flags.html http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
在线解析工具
http://gceasy.io
#JIT工具 https://github.com/AdoptOpenJDK/jitwatch
GC 日志查看工具
https://www.eclipse.org/mat/downloads.php 内存分析
http://gceasy.io/ jvm gc 日志查看工具 https://gcplot.com/ http://fastthread.io http://heaphero.io https://heaphero.io
https://spotify.github.io/threaddump-analyzer/ https://www.ibm.com/developerworks/community/groups/service/html/communityview?communityUuid=2245aa39-fa5c-4475-b891-14c205f7333c https://github.com/irockel/tda
java decompiler
http://www.benf.org/other/cfr/index.html jad
http://www.herongyang.com/index.html
监控
https://github.com/uber-common/jvm-profiler https://github.com/alibaba/arthas https://www.ej-technologies.com/products/jprofiler/overview.html
mat
https://visualvm.github.io
字节码
https://github.com/ingokegel/jclasslib https://github.com/zxh0/classpy
博文
https://jakubstransky.com
http://insightfullogic.com/2013/Feb/20/garbage-collection-java-1/ http://insightfullogic.com/2013/Mar/06/garbage-collection-java-2/ http://insightfullogic.com/2013/May/07/garbage-collection-java-3/ http://insightfullogic.com/2013/Jun/24/garbage-collection-java-4/
https://dzone.com/articles/understanding-the-java-memory-model-and-the-garbag https://dzone.com/articles/understanding-garbage-collection-log
https://yq.aliyun.com/articles/54413?spm=5176.100238.goodcont.2.d1QMM6 优酷土豆资深工程师:GC 调优实战 http://www.thistechnologylife.com/?p=37 Java Garbage Collectors – Moving to Java7 Garbage-First (G1) Collector
https://www.cubrid.org/blog/understanding-java-garbage-collection/ https://www.cubrid.org/blog/how-to-tune-java-garbage-collection/ https://www.cubrid.org/blog/how-to-monitor-java-garbage-collection/ https://www.ibm.com/developerworks/community/blogs/wcs/entry/Memory_Analyzer_Tool_MAT?lang=en_us http://memoryanalyzer.blogspot.com/2010/02/heap-dump-analysis-with-memory-analyzer.html
https://javaperformance.wordpress.com/category/uncategorized/
异常退出
https://stackoverflow.com/questions/36109313/best-way-on-how-to-solve-debug-jvm-crash-sigsegv
http://www.oracle.com/technetwork/articles/java/architect-evans-pt1-2266278.html
https://github.com/AdoptOpenJDK/jitwatch https://skillsmatter.com/skillscasts/5243-chris-newland-hotspot-profiling-with-jit-watch https://www.chrisnewland.com/images/jitwatch/HotSpot_Profiling_Using_JITWatch.pdf https://gennadny.wordpress.com/2015/05/04/hotspot-jvm-jit-profiling-using-jitwatch-tool/
http://memoryanalyzer.blogspot.com/2010/01/heap-dump-analysis-with-memory-analyzer.html