---
title: help帮助命令
description: "进入use交互界面后，查看 鲲鹏自动调优 结果处理命令的帮助信息。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevps/profiler/tuning/KunpengDevKitCli_0157.html
sourcePath: /source/zh/kunpengdevps/profiler/tuning/KunpengDevKitCli_0157.html
indexId: e94ad45324d971afc6edb9298e9fae281fbac283ed4bc39bd8bca838f1d1926166
---
# help帮助命令

#### 命令功能

进入use交互界面后，查看 鲲鹏自动调优 结果处理命令的帮助信息。


#### 命令格式

```
help
```


#### 使用示例

- 查看帮助信息。
  1 help

  返回信息如下：

  1 2 3 4 5 6 7 8 9 10 11 12 13 Available Commands: exit - Exit the program help - Show this help message ibesttest - test best parameters inferred by parameter importance analysis log - Change the log level man - Manual of use set - Set the config of round n show - Show round <n> information test - Retest round sequence. test <n> times train - Additional training after original result For more usage, please refer to "help <command>". e.g., help test


- 获取单个子命令的帮助信息，如test子命令。
  1 help test

  返回信息如下：

  1 2 3 4 5 6 7 8 9 10 test - Retest round sequence. test <n> times usage: test <n1,n2,...> <n> test round n1,n2,... and test <n> times description: <n1,n2,...> round sequence supported r<n>/rank<n> which represent <n>th round sorted by performance supported t<n>/top<n> which represent top n rounds <n> run times, repeat run round sequence
