Rate This Document
Findability
Accuracy
Completeness
Readability

CPU Usage

During the running of the Kbox cloud phone container, run the top command to view the real-time status of running processes, including the CPU usage and memory usage of each process, as shown in the following figure.

1
top

This command can be used to check whether a process with high CPU usage exists in the Kbox cloud phone container. If yes, check whether the process is abnormal.

You can use the htop command to view the real-time information about the CPU load, memory usage, and swap space.

1
htop

As shown in the following figure, in addition to the real-time information about CPU load, memory usage, and swap space, the tasks, threads, average load, and system uptime are also displayed. The process information in the system is displayed at the bottom.

If the host OS is openEuler, run the following command to install the htop tool first.

1
yum install htop