엔지니어스 - Engineeus

[Ubuntu] GPU 사용량(Usage) - gpustat 본문

Autonomous Tech./Installation

[Ubuntu] GPU 사용량(Usage) - gpustat

Engineeus 2020. 3. 29. 16:58
728x90

Ubuntu에서 CPU 사용량은 아래 포스트에서 설명 했습니다.

https://mickael-k.tistory.com/96

 

[Ubuntu] CPU 사용량(Usage) 보기

htop이란 패키지로 볼 수 있습니다. sudo apt install htop htop

mickael-k.tistory.com

 


 

그럼 이번엔 GPU 사용량은 어떻게 볼까요

바로 gpustat를 이용하며 됩니다.

 

pip install gpustat

sudo nvidia-smi daemon

gpustat -i

 

gpustats 사용 이미지

gpu 이름 / 온도 / 사용량 등의 정보가 실시간으로 나옵니다.

Comments