Updated on 2022-02-21 GMT+08:00

Checking Processes

Function

This command is used to check whether there are too many processes. If the percentage of available processes is less than 5%, the number of processes is insufficient.

Syntax

edgectl check pid

Parameters

None

Example

Check the number of processes on the node.

edgectl check pid  

The following is an example of the command output:

Maximum PIDs: 32768; Running processes: 146.

+--------------------+
| PID check succeed. |
+--------------------+