鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

系统诊断功能说明

命令功能

查看系统诊断支持任务的帮助信息。

命令格式

1
devkit doctor [-h | --help] TASK [ARGS]

示例均为RPM包安装使用。

使用示例

执行以下命令,查看系统诊断支持的功能信息:

1
devkit doctor -h

返回信息如下:

1
2
3
4
5
6
7
8
9
 Usage: devkit doctor [-h | --help] TASK [ARGS]

 The most commonly used devkit diagnosis sub tasks are:
   help       Get help information
   memalloc   Run the memory allocate collection and analysis task
   memoob     Run the memory out-of-bounds collection and analysis task   
   sen-scan   Run the sen scan task

 See 'devkit doctor TASK --help' for more information on a specific task.
表1 功能说明

功能

说明

help

查看帮助信息。

memalloc

内存使用诊断。

memoob

内存越界诊断。

sen-scan

敏感信息扫描。