top 특정 프로세스 모니터링 Top으로 특정 프로세스의 모니터링 $ top -p (pid) 프로세스 이름으로 PID 검색 $ ps -ef | grep (process name) | grep -v grep | awk '{print $2}' OS/Linux 2020.01.16