Rate This Document
Findability
Accuracy
Completeness
Readability

Command Parameter Description

The Kunpeng DevKit provides a terminal tool to complete affinity analysis in CLI mode on any server.

  • When multiple modules are running concurrently, only one log level can be set at the same time.
  • If tasks are executed concurrently during the initial installation, the log configuration file may fail to be read. In this case, execute the tasks again.

Command Function

Displays all command parameters used for affinity analysis.

Syntax

devkit advisor -h

Example

Run the following command to query the parameter descriptions of all commands.

devkit advisor -h

The command output is as follows:

Usage: devkit advisor [-h|--help] TASK [ARGS]

  The most commonly used devkit advisor sub tasks are:
    mode-check          Run the 64-bit running mode check task.
    byte-align          Run the byte alignment check task.
    mem-cons            Run the static memory consistency check task.
    vec-check           Run the vectorization check task.
    constr-check        Run the build construction check task.

  See 'devkit advisor TASK -h/--help' for more information on a specific task.

mode-check indicates 64-bit running mode check, byte-align indicates byte alignment check, mem-cons indicates memory consistency check, vec-check indicates vectorization check, and constr-check indicates build affinity.