ps -ax 시에 stat 에 나타나는 SW,SWN,S,DN,D,R 은 각각 무엇은 나타내는
것인가요??
그 의미를 의미 싶습니다..
man 페이지는 보았는데..
PROCESS STATE CODES
D uninterruptible sleep (usually IO)
R runnable (on run queue)
S sleeping
T traced or stopped
Z a defunct ("zombie") process
For BSD formats and when the "stat" keyword is used, additional letters may be dis-
played:
W has no resident pages
< high-priority process
N low-priority task
L has pages locked into memory (for real-time and custom IO)
쉽게 이해가 되지 않았서요.. S만 이해가 되네요..
좀 자세히 설명 해 주시면 감사하겠습니다..
그리고 간혹 < 가 붙는 것은 어떤 때 붙는 것인가요??
그럼 좋은 하루 보내시기 바랍니다..
3 ? SW 0:00 [kapm-idled]
4 ? SWN 0:00 [ksoftirqd_CPU0]
5 ? Z 0:08 [kswapd <defunct>]
20614 ? S 0:00 /bin/sh /etc/cron.daily/medusa.cron
20756 ? DN 1:58 /usr/bin/medusa-indexd
20757 ? S 0:00 /usr/bin/medusa-searchd
24894 ? D< 0:00 /etc/X11/X :0
24957 ? S 0:00 sshd -i
24958 pts/0 S 0:00 -bash
25001 pts/0 S 0:00 su -l
25002 pts/0 S 0:00 -bash
25060 pts/0 R 0:00 ps -ax
--
알면 알수록 어려운 리눅스..ㅡ.ㅡ