jvm常用操作 Dump: jmap -dump:format=b,file=/data/heapdump.hprof PID_OF_JAVA_PROCESS GC查看: # jstat -gcutil 6085 1000 1000 S0 S1... Liemer_Lius 2年前 (2022-10-20) 326℃ 3喜欢