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
- 애드센스
- DNN
- python
- Darknet
- ubuntu
- Xavier
- YOLO
- 블로그
- tensorflow
- 딥러닝
- 파이썬
- Jetson
- 방법
- tx2
- Linux
- 텐서플로우
- 설치
- openpose
- openCV
- 영상처리
- 물체검출
- agx
- cuda
- Nvidia
- Tistory
- 엔비디아
- 라즈베리파이
- 티스토리
- Windows
- GPU
Archives
목록Usage (3)
엔지니어스 - Engineeus
[Ubuntu] GPU 사용량(Usage) - gpustat
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
[Ubuntu] CPU 사용량(Usage) 보기 - htop
htop이란 패키지로 볼 수 있습니다. sudo apt install htop htop
Autonomous Tech./Installation
2020. 3. 29. 16:53