---
title: 命令入口简介
description: "```"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevps/install/installguide/KunpengDevKitCli_0005.html
sourcePath: /source/zh/kunpengdevps/install/installguide/KunpengDevKitCli_0005.html
indexId: 99893335d112fd6d246270e9576a5ca38c36ccc631a24ad61d2dc178202bc0cb71
---
# 命令入口简介

#### 命令格式

```
devkit [-h | --help] [-v | --version] COMMAND [ARGS]
```


#### 简介

若已安装工具或使用压缩包解压，可通过“-h”参数查看工具支持项，“-v”参数查看当前版本。

- 示例均为安装RPM包方式使用。
- 若使用压缩包解压方式，请勿将devkit二进制文件复制至其他路径，可能导致依赖项失败。


以基于鲲鹏处理器的服务器为例。

```
devkit -h
```

返回信息如下：

```
Usage: devkit [-h | --help] [-v | --version] COMMAND [ARGS]

 The most commonly used devkit sub commands are:
   help        Get help information
   version     Get version information
   porting     Run a command for porting
   sys-mig     Run a command for sys-mig
   advisor     Run a command for advisor
   tuner       Run a command for system performance analysis
   doctor      Run a command for system diagnosis analysis
   java-perf   Run a command for java analysis
   py-perf     Run a command for python analysis
   kat         Run a command for kunpeng automatic tuning analysis
   debugger    Run a command for kunpeng debugger
   report      Read specific_name.tar and display the result
   diag        Run a command for JVM analysis

 See 'devkit COMMAND --help' for more information on a specific command.
```


**表1 功能说明**

| 功能 | 说明 |
| --- | --- |
| help | 查看帮助信息。 |
| version | 查看版本信息。 |
| porting | 应用迁移功能。 |
| sys\-mig | 系统迁移功能。 |
| advisor | 亲和分析功能。 |
| tuner | 系统性能分析功能。 |
| doctor | 系统诊断功能。 |
| java\-perf | Java性能分析功能。 |
| py\-perf | Python/C性能分析功能。 |
| kat | 鲲鹏自动调优功能。 |
| debugger | HPC调试器功能。 |
| report | 查看分析报告。 |
| diag | JVM波动检测功能。 |
