Java性能分析功能说明

命令功能

查看Java性能分析支持任务的帮助信息。

命令格式

1
devkit java-perf [-h | --help] TASK [ARGS]

示例均为RPM包安装使用。

使用示例

执行以下命令,查看Java性能分析支持的功能信息:

1
devkit java-perf -h

返回信息如下:

1
2
3
4
5
6
7
 Usage: devkit java-perf [-h | --help] TASK [ARGS]

 The most commonly used devkit java sub tasks are:
   help      Get help information
   hotspot   Run the hotspot collection and analysis task

 See 'devkit java-perf TASK --help' for more information on a specific task.