文章目录 jps(Java Process Status):查看正在运行的Java进程`jstat(JVM Statistics Monitoring Tool):查看 JVM 的统计信息`jinfo(Configuration Info for Java):实时查看和修改JVM配置参数`jmap(JVM Memory Map):导出内存映像文件`和查看内存使用情况jhat(JVM Heap
1.错误 Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the processsun.jvm.hotspot.debugger.DebuggerException: sun.jvm.hotspot.debugger.DebuggerException: Can'
1. jinfo (base) PS C:\Users\zishi\Desktop> jinfoUsage:jinfo <option> <pid>(to connect to a running process)where <option> is one of:-flag <name> to print the value of the named VM flag #输出对应