forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
4.0 KiB
4.0 KiB
How Do I View GPU Usage on the Notebook?
If you select GPU when creating a notebook instance, perform the following operations to view GPU usage:
- Log in to the ModelArts management console, and choose .
- In the Operation column of the target notebook instance in the notebook list, click Open to go to the Jupyter page.
- On the Files tab page of the Jupyter page, click New and select Terminal. The Terminal page is displayed.
- Run the following command to view GPU usage:
nvidia-smi
- Check which processes in the current notebook instance use GPUs.
python /modelarts/tools/gpu_processes.py
The following figure shows the case that the current process is using GPUs.
The following figure shows the case that the current process is not using GPUs.
Method 2:
Open /resource_info/gpu_usage.json and view the processes that are using GPUs.
If no process is using GPUs, the file may be unavailable or empty.
Parent topic: Others