JVM调优工具

JMap 首先要知道Java进程的pid。 Windows: .. .. .. Linux: ps -ef | grep java 查看堆栈信息(jmap -heap pid) jmap -heap 8512 Attaching to process ID 8512, please wait... Debugger attached successfully. Server compiler de
相关文章
相关标签/搜索