리눅스에서 깔끔하게 컴퓨터 자원 모니터링

2022. 1. 6. 16:16프로그래밍을 위한 기본 세팅/Ubuntu 서버 세팅

gmonitor를 활용하면 컴퓨터의 자원을 훨씬 편하게 확인 할 수 있다.

 

 

 

실제로 GPU에 부하를 주면 아래의 이미지와 같이 출력됩니다.

(GPU 부하 프로그램은 gpu_burn 프로그램을 활용하였습니다.)

 

 

Ref.

https://github.com/wilicc/gpu-burn

 

GitHub - wilicc/gpu-burn: Multi-GPU CUDA stress test

Multi-GPU CUDA stress test. Contribute to wilicc/gpu-burn development by creating an account on GitHub.

github.com

 

https://eungbean.github.io/2018/08/29/gpu-monitor-with-byobu/

 

Ubuntu에서 GPU 모니터링 더 멋지게 하기

GPU Useage를 편하게 모니터 해보자! 앞서 포스트에서 gpu를 모니터링 하는 방법을 몇가지 언급했습니다. Ubuntu에서 GPU 모니터링 하는 4가지 방법 위에서 언급한 4가지 툴을 한 화면에 모두 띄워 놓자

eungbean.github.io