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

- 示例均为RPM包安装使用。
- 仅支持毕昇JDK且版本必须为17。
使用示例
执行以下命令,查看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. |
功能 |
说明 |
---|---|
help |
查看帮助信息。 |
jvm-jitter |
JVM性能波动诊断。 |
父主题: JVM性能波动诊断