How to monitor java application memory usage in Docker

前端 未结 6 1184
刺人心
刺人心 2020-12-29 12:04

I run the java web application on tomcat in the Docker container.

Is there any way to monitor the memory usage of the java application? I try to use jconsole<

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 12:53

    I tried the Pierre's answer (also answered here) but no way.

    At the end I could connect using a SSH tunnel.

提交回复
热议问题