개발 등
Linux 에서 cpu, memory 사용량 확인
darkhorizon
2023. 3. 4. 11:44
728x90
반응형
htop 프로그램 설치
ubuntu: apt-get install -y htop
centos: yum install -y epel-release && yum install -y htop
설치 후 htop 명령어를 실행하면 아래의 화면에서 사용량을 확인할 수 있다.
728x90