티스토리 뷰
startTime
ps -eo pid,lstart,cmd | grep -v 'grep' | grep {프로세스아이디, 프로세스명 등 유니크한 값} | awk '{print $5}'
ex) ps -eo pid,lstart,cmd | grep -v 'grep' | grep bobobo.war | awk '{print $5}'
runningTime
ps -eo pid,etime,cmd | grep -v 'grep' | grep {프로세스아이디, 프로세스명 등 유니크한 값} | awk '{print $2}'
ex) ps -eo pid,etime,cmd | grep -v 'grep' | grep bobobo.war | awk '{print $2}'
'IT > LINUX' 카테고리의 다른 글
쉘스크립트 array (0) | 2020.07.21 |
---|---|
쓰레드덤프, 힙덤프 (0) | 2019.11.22 |
sorry, your system doesn't appear to have the zip pgm (0) | 2019.10.25 |
xrdp_mm_process_login_response: login failed, [ERROR] X server -- no display in range is available, VNC password failed (0) | 2019.09.24 |
리눅스 tar.gz 분할압축, 분할압축해제 (0) | 2019.09.03 |
댓글