如何使用带有 JDK 1.8+ 的终端验证 YourKit 代理是否已在 macOS 上正确安装

How to verify that the YourKit agent is installed properly on macOS using terminal with JDK 1.8+

我想验证我是否已正确安装 YourKit 代理并且我已将其放在我的 PATH 中。 我正在使用:

macOS 10.14.4
java version "1.8.0_191"

想知道如何使用终端验证这一点。

请尝试运行"java -agentpath=full_path_to_libyjpagent.jnilib -version"命令。如果一切正常,您将看到 YourKit Java Profiler 代理输出以及 "java -version".

的输出

输出应如下所示:

[YourKit Java Profiler 2019.1-b113] Log file: /home/xxxx/.yjp/log/java-6519.log
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.10.1-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

这里有更多详细信息https://www.yourkit.com/docs/java/help/agent.jsp