我是JProfiler的新手。我最近遇到了问题。我的Java应用程序在docker中运行,这意味着JVM在docker中运行。但是我的jprofile已安装在主机中。我知道jprofiler必须连接到JVM。那么,jprofiler是否可以连接到在docker中运行的jvm?
最佳答案
类似于将JProfiler连接到远程JVM,您只需要在容器内准备好JProfiler代理并公开端口即可。
这篇文章有逐步指南
http://geekspearls.blogspot.com.au/2016/08/configure-jprofiler-92-to-profiling.html
关于docker - Jprofile可以连接到在docker中运行的JVM吗,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/29429985/