반응형
작성일: 2024년 8월 14일

 

 

CPU 온도 모니터링

$ apt install lm-sensors
$ sensors-detect --auto
$ systemctl restart module-init-tools
$ watch sensors

 

 

프로세스 별 Network traffic 모니터링

$ apt install nethogs
$ nethogs eth0
$ apt install iftop
$ iftop -i eth0

 

 

 

 

 

 

 

 

 


 

+ Recent posts