我无法成功连接 JProfiler 7.2.2。
在我的应用程序中,他们有一个在 Linux 框中使用的检测启动代码。我已添加-agentpath:/opt/jprofiler7/bin/linux-x64/libjprofilerti.so=port=8849,nowait
到启动代码中。
我在启动日志中看到以下详细信息:
JProfiler> VM initialized
JProfiler> Hotspot compiler enabled
JProfiler> WARNING: Dangerous VM parameters detected: [-XX:+UseConcMarkSweepGC]
JProfiler> The profiling interface of the JVM might crash for certain operations
Setting system properties.
[MySystemClassLoader@4506411] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
Starting MyApp
但是,当我从 Windows PC 从远程客户端连接时,它会挂起一段时间并超时。
此外,启动参数中存在以下参数:
-Xmx4096m \
-XX:PermSize=512m \
-XX:MaxPermSize=512m \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=/opt/CSCOlumos/crash \
-XX:ThreadStackSize=256 \
-XX:+UseConcMarkSweepGC \
-XX:ParallelGCThreads=5 \
-XX:NewRatio=2
这些参数中的任何一个都会导致 JProfiler 连接出现问题吗?