top 명령의 CPU 사용량

top 명령의 CPU 사용량

다음 예와 같은 결과를 어떻게 얻을 수 있습니까? 명령이나 스크립트가 있나요?

Snapshot
u1234 3971 1.9 0.0 0 0 ? Z 20:00 0:00 [php] <defunct>
u1234 4243 3.8 0.2 64128 43064 ? D 20:00 0:00 /usr/bin/php /home/u1234/public_html/index.php
u1234 4289 5.3 0.2 64128 43064 ? R 20:00 0:00 /usr/bin/php /home/u1234/public_html/index.php
u1234 4312 9.8 0.2 64348 43124 ? D 20:01 0:00 /usr/bin/php /home/u1234/public_html/index.php
u1235 4368 0.0 0.0 30416 6604 ? R 20:01 0:00 /usr/bin/php /home/u1235/public_html/index.php
u1236 4350 2.0 0.0 34884 13284 ? D 20:01 0:00 /usr/bin/php /home/u1236/public_html/index.php
u1237 4353 13.3 0.1 51296 30496 ? S 20:01 0:00 /usr/bin/php /home/u1237/public_html/index.php
u1238 4362 63.0 0.0 0 0 ? Z 20:01 0:00 [php] <defunct>
u1238 4366 0.0 0.1 51352 30532 ? R 20:01 0:00 /usr/bin/php /home/u1238/public_html/index.php
u1239 4082 3.0 0.0 0 0 ? Z 20:00 0:01 [php] <defunct>
u1239 4361 26.0 0.1 49104 28408 ? R 20:01 0:00 /usr/bin/php /home/u1239/public_html/index.php
u1240 1980 0.4 0.0 0 0 ? Z 19:58 0:00 [php] <defunct>
CPU TIME = 8459.71999999992 

이 결과는 Hostgator 지원에서 얻었습니다 :)

"top -c"를 사용했는데 "/home/u1239/public_html/index.php가 표시되지 않습니다. 감사합니다.

답변1

나는 이것이 다음과 같은 결과일 수 있다고 생각합니다.

# ps -eo user,pid,pcpu,pmem,vsize,size,tty,state,etime,cputime,command | grep [p]hp

관련 정보