System Diagnosis Functions
Command Function
Displays the help information about System Diagnosis tasks.
Syntax
1 | devkit doctor [-h | --help] TASK [ARGS] |
An RPM package is used as an example.
Example
Run the following command to view the information about the functions supported by System Diagnosis:
1 | devkit doctor -h |
Command output:
1 2 3 4 5 6 7 8 9 10 | 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 crypt-scan Run the crypt scan task sen-scan Run the sen scan task See 'devkit doctor TASK --help' for more information on a specific task. |
Parent topic: System Diagnosis