+-
Jprofile可以连接到在docker中运行的JVM
我是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

点击查看更多相关文章

转载注明原文:Jprofile可以连接到在docker中运行的JVM - 乐贴网