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

Check whether a process with high CPU usage exists in the Kbox cloud phone container. If yes, check whether the process is abnormal.

In addition, you can run the htop command to view the real-time information about the CPU load, memory usage, and swap space. The following figure shows the tasks, threads, average load, and system running duration. The process information in the system is displayed at the bottom.

If the host OS is openEuler, install the htop tool first.

# yum install htop
1
# htop