명령어
$htop
설치
만약 설치되어 있지 않다면 설치해야 한다.
CentOS
$ sudo yum -y update
$ sudo yum -y install epel-release
$ sudo yum -y install htop
Ubuntu
$sudo apt install htop
결과
용도
우분투에서 cpu / memory 점유율 확인
top 명령어보다 좀더 자세하게 나온다.
윈도우의 작업관리자 느낌
Last updated @3/30/2023
Copyright 2023, 실전코딩 All Rights Reserved.