JVM性能波动诊断功能说明
命令功能
JVM性能波动诊断工具监测Java应用的Code Cache、JIT Compiler指标,发现导致性能波动的异常指标后,给出指标异常告警;在异常发生前,自动收集更细粒度的诊断数据,并支持离线分析;用户可通过工具分析诊断数据,找出导致Code Cache 、JIT退优化异常的原因。
命令格式
1 | devkit diag [-h | --help] TASK [ARGS] |

示例均为RPM包安装使用。
支持毕昇JDK 17和毕昇JDK嫁接版本。
使用示例
执行以下命令,查看JVM性能波动诊断支持的功能信息:
1 | devkit diag -h |
返回信息如下:
1 2 3 4 5 6 7 | Usage: devkit diag [-h | --help] TASK [ARGS] The most commonly used devkit diag sub tasks are: help Get help information jvm-jitter Run the JVM performance collection and diagnosis task See 'devkit diag TASK --help' for more information on a specific task. |
父主题: JVM性能波动诊断