Summary of Java WEB application performance problem positioning method (2): common performance problem processing tools

<!-- Baidu Button BEGIN -->

parameter check

jinfo

Thread stack:

jstack

kill -3/CTRL+BREAK

Heap analysis:

jmap -heap

jmap -histo

Memory dump.bin, analyzed with HeapAnalyser

GC:

gc.log, analyzed using GCViewer or JMeter

jstat

CPU:

sar

top

The internet:

netstat

ifconfig

I / O :

vmstat

iostat

JVM comprehensive analysis:

JConsole

JProfiler

JOptimizer/Optimizeit

JVMStat

JVisualVM

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326555083&siteId=291194637