---
title: 查看帮助信息
description: "- 多模块并发时，不支持同时设置不同的日志级别。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevkithistory/devkit_24_rc2/cliuserguide/KunpengDevKitCli_0018.html
sourcePath: /source/zh/kunpengdevkithistory/devkit_24_rc2/cliuserguide/KunpengDevKitCli_0018.html
indexId: 4116eec69e4bee02af8b0ad1a9e6f32e32b7b08f68559e09d5c4cc772cc159a085
---
# 查看帮助信息

- 多模块并发时，不支持同时设置不同的日志级别。
- 初次安装时，如果并发执行任务，则可能出现日志配置文件无法读取，重新执行任务即可。


#### 命令功能

查看亲和分析支持任务的帮助信息。


#### 命令格式

```
devkit advisor -h
```


#### 使用示例

执行以下命令，查看所有命令参数说明。

```
devkit advisor -h
```

返回信息如下：

```
Usage: devkit advisor [-h|--help] TASK [ARGS]
The most commonly used devkit advisor sub tasks are:
run-mode                Run the 64-bit running mode check task.
addr-align              Run the address alignment of the structure task.
cacheline               Run the cache line alignment check task.
mm-check                Run the static memory mode check task.
vec-check               Run the vectorization check task.
affi-check              Run the affinity check task.
bc-gen                  Run the bc file generation task.
matrix-check            Run the matricization check task.
See 'devkit advisor TASK -h/--help' for more information on a specific task.
```

- run-mode：表示64位运行模式检查。
- addr-align：表示字节对齐检查。
- cacheline：表示缓存行对齐检查。
- mm-check：表示内存一致性检查。
- vec-check：表示向量化检查。
- affi-check：表示构建亲和。
- bc-gen：表示生成BC文件。
- matrix-check：表示矩阵化检查。
