[shell] 과다프로세스 확인하기
ps auxw | awk ‘{print $2,$3,$11}’ | sort -r +1 | head -7
또다른 방법 –
#!/bin/sh
ps -auxwf | awk ‘{str i;if($3 > 1.00) { i = “\\033[1;32m”; } \\
else { i=””; } if($3 > 0.30) { printf (“%5.5d %s %2.2f %s %s %s \\033[1;0m\\n” \\
,$2,i,$3,$11,$12,$13);} }’
chmod 755 파일
-cpu점유율 0.45% 이상을 출력하며 1.0% 이상의 프로그램은 색상을 초록으로 바꾼다.
4 Responses
… [Trackback]
[…] Find More on that Topic: nblog.syszone.co.kr/archives/455 […]
… [Trackback]
[…] Find More here to that Topic: nblog.syszone.co.kr/archives/455 […]
… [Trackback]
[…] Read More on that Topic: nblog.syszone.co.kr/archives/455 […]
… [Trackback]
[…] There you will find 10026 more Info on that Topic: nblog.syszone.co.kr/archives/455 […]