Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有使用该jfr print --json命令创建的 JSON 文件,我能否将它们转换回 .jfr 文件?
jfr print --json
JDK 中不支持将 JSON 打印输出转换为二进制记录格式,我不知道有任何第三方工具可以做到这一点。二进制文件格式没有记录,需要大量处理才能将其压缩回原始形式。
如果您想过滤掉事件或清理记录,JDK 中的未来工具可能会提供(不保证)。您今天可以做的最好的事情是通过创建自定义配置文件 (.jfc) 来关闭录制中不需要的事件。