Notice
Recent Posts
Recent Comments
Link
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 텐서플로우
- 라즈베리파이
- Windows
- ubuntu
- 방법
- tx2
- Darknet
- openCV
- 블로그
- Nvidia
- Jetson
- 티스토리
- 엔비디아
- 딥러닝
- GPU
- DNN
- 파이썬
- 애드센스
- python
- YOLO
- tensorflow
- Tistory
- Xavier
- 물체검출
- Linux
- 설치
- openpose
- agx
- cuda
- 영상처리
Archives
목록gpustat (1)
엔지니어스 - Engineeus

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 gpu 이름 / 온도 / 사용량 등의 정보가 실시간으로 나옵니다.
Autonomous Tech./Installation
2020. 3. 29. 16:58