Autonomous Tech./Installation
[Ubuntu] GPU 사용량(Usage) - gpustat
Engineeus
2020. 3. 29. 16:58
728x90
Ubuntu에서 CPU 사용량은 아래 포스트에서 설명 했습니다.
https://mickael-k.tistory.com/96
그럼 이번엔 GPU 사용량은 어떻게 볼까요
바로 gpustat를 이용하며 됩니다.
pip install gpustat
sudo nvidia-smi daemon
gpustat -i
gpu 이름 / 온도 / 사용량 등의 정보가 실시간으로 나옵니다.