Querying the AMD GPU Status
GPU Usage
Use the RadeonTop tool to view the GPU usage in the Kbox cloud phone container operating environment. To download and install RadeonTop, perform the following steps:
- Obtain and upload the RadeonTop tool package to the server.
- Install the tool.
1rpm -ivh radeontop-1.4-2.el8.aarch64.rpm
- After the installation is successful, run the following command to query the GPU usage:
1radeontop
- Check the command output. As shown in the following figure, the VRAM row indicates the video RAM usage.

GPU Temperature
During the running of the Kbox cloud phone container, if the GPU temperature is too high, the server may break down. Therefore, when running large-scale games or applications, you need to monitor the GPU temperature in the operating environment.
In the Kbox cloud phone container operating environment, run the following command to query the GPU temperature:
1 | cat /sys/kernel/debug/dri/*/amdgpu_pm_info |grep Temp |
The following figure shows the query result. If the temperature is higher than 80°C for a long time, contact Huawei technical support.

Parent topic: GPU Usage