JConsole can't find process

前端 未结 8 1536
北恋
北恋 2021-02-18 20:50

I tried to run JConsole to analyze the memory used by a running process, but JConsole doesn\'t show me processes even though I am absolutely sure that one is running (in additio

8条回答
  •  情话喂你
    2021-02-18 21:22

    I have the same problem. But if I explicitly specify the PID, as in jconsole 1234, jconsole is able to analyze the process.

提交回复
热议问题