Ubuntu

Linux 시스템 모니터링 툴(CPU 온도, Process 별 I/O와 Network Traffic)

AndrewJ 2024. 8. 14. 16:52
반응형
작성일: 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