프로세스 관련 명령어프로세스 정보보기1 2 - yum install procps - 설치 프로세스 상태1 - cat /proc/<PID>/status 쓰레드 개수1 2 3 4 - ps huH p <PID> | wc -l - ps -o thcount <PID> - ps -eT - ps H -o 'tid comm' <PID> #shell-command#thread