[1분 만에 시스템 상태 확인하기] # 부팅 후 시간. Load Average 주로 확인 $ uptime # System 메시지 $ dmesg | tail $ vmstat 1 $ mpstat -P ALL $ pidstat 1 $ iostat -xz # 메모리 확인 $ free -m $ sar -n DEV 1 $ sar -n TCP,ETCP 1 $ top # 메모리 사용정보를 상세히 볼 수 있음. $ cat /prox/meminfo [파일 확인] # system 로그 확인 /var/log/syslog #timesync 설정 확인 - ntp /etc/crontab #CPU 정보 확인 /proc/cpuinfo [Command로 monitor] vmstat : 메모리, 프로세스, 인터럽트, 페이징, 블록 I/O..