JAVA性能監控與調優參考文檔連接
jdk8工具集
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/index.html
Troubleshooting
https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/
jps
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jps.html
jinfo
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jinfo.html
jstat
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jstat.html
jmap:
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jmap.html
mat:
http://www.eclipse.org/mat/downloads.php
jstack:
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jstack.html
java線程的狀態
https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr034.html
java線程狀態轉化:
https://mp.weixin.qq.com/s/GsxeFM7QWuR--Kbpb7At2w
死循環致使CPU負載高
https://blog.csdn.net/goldenfish1919/article/details/8755378
正則表達式致使死循環:
https://blog.csdn.net/goldenfish1919/article/details/49123787
jvisualVM:
https://docs.oracle.com/javase/8/docs/technotes/guides/visualvm/index.html
https://visualvm.github.io/documentation.html
jvisulaVM如何添加插件
https://visualvm.github.io/index.html
btrace下載
https://github.com/btraceio/btrace
https://github.com/btraceio/btrace/releases/tag/v1.3.11
jdwp協議:
https://www.ibm.com/developerworks/cn/java/j-lo-jpda3/
tomcat-manager:
{tomcat}/webapps/docs/manager-howto.html
psi-probe:
https://github.com/psi-probe/psi-probe
tomcat優化相關參數:
${tomcat}/webapps/docs/config/http.html
${tomcat}/webapps/docs/config/host.html
${tomcat}/webapps/docs/config/context.html
${tomcat}/webapps/docs/connectors.html
apr鏈接器:http://apr.apache.org/nginx官網文檔http://nginx.org/en/docs/nginx安裝:http://nginx.org/en/linux_packages.htmlngx_http_stub_status:http://nginx.org/en/docs/http/ngx_http_stub_status_module.htmlngxtop:https://github.com/lebinh/ngxtopnginx-rddhttp://www.linuxde.net/2012/04/9537.htmljvm的運行時數據區https://docs.oracle.com/javase/specs/jvms/se8/html/index.htmlMetaspacehttp://ifeve.com/jvm-troubleshooting-guide-4/壓縮類空間https://blog.csdn.net/jijijijwwi111/article/details/51564271CodeCachehttps://blog.csdn.net/yandaonan/article/details/50844806http://engineering.indeedblog.com/blog/2016/09/job-search-web-app-java-8-migration/GC調優指南:https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gctuning/toc.html如何選擇垃圾收集器https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gctuning/collectors.htmlG1最佳實踐https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gctuning/g1_gc_tuning.html#recommendationsG1 GC的一些關鍵技術https://zhuanlan.zhihu.com/p/22591838CMS日誌格式https://blogs.oracle.com/poonam/understanding-cms-gc-logsG1日誌格式https://blogs.oracle.com/poonam/understanding-g1-gc-logsGC日誌分析工具http://gceasy.io/ GCViewerhttps://github.com/chewiebug/GCViewerZGC:http://openjdk.java.net/jeps/333java虛擬機規範https://docs.oracle.com/javase/specs/jvms/se8/html/index.htmljava語言規範https://docs.oracle.com/javase/specs/jls/se8/h