rephc showalltask
Function
The rephc showalltask command is used to query the running information about all tasks.
Format
rephc showalltask
Parameters
None
Views
Diagnostic view
Usage Guidelines
None
Example
Query the running information about all tasks.
admin:/diagnose>rephc showalltask
desc taskEngine maxParallel curParallel taskLevel isErrTask taskOpcode curAction subAction notBackChild genTime
TASK_LEVEL_0 PAIR 32 0 -- -- -- -- -- -- --
TASK_LEVEL_1 PAIR 32 0 -- -- -- -- -- -- --
TASK_LEVEL_2 PAIR 32 0 -- -- -- -- -- -- --
TASK_LEVEL_3 PAIR 16 0 -- -- -- -- -- -- --
TASK_LEVEL_4 PAIR 16 0 -- -- -- -- -- -- --
TASK_LEVEL_5 PAIR 16 0 -- -- -- -- -- -- --
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
desc |
Description of the output, including the task level and task type. |
maxParallel |
Maximum number of concurrent tasks. |
curParallel |
Number of current concurrent tasks. |
taskLevel |
Task level. |
taskEngine |
Task engine type. |
isErrTask |
Whether it is a troubleshooting task. |
taskOpcode |
Task operation code. |
curAction |
Action execution cursor. |
subAction |
Sub-action execution cursor. |
notBackChild |
Number of sub-tasks that are not returned. |
genTime |
Task generation time. |