프로세스 정보 보기에서 D는 무엇을 말하는것인지..

이정원의 이미지

프로세스 정보보기를 했을때

D라고 나오는것은 무엇입니까?

어디서 찾아보니깐

프로세스가 레디 큐에 안들어가있고

I/O큐에 들어가있어서

죽이지 못한다는데 자세히 알고 싶습니다.

^^;

codebank의 이미지

process state code를 말씀하시는 건가요?
man ps에보니

PROCESS STATE CODES

D uninterruptible sleep (usually IO)
R runnable (on run queue)
S sleeping
T traced or stopped
W paging (2.4 kernels and older only)
X dead
Z a defunct ("zombie") process

For BSD formats and when the "stat" keyword is used, additional
characters may be displayed:

< high-priority task
N low-priority task
L has pages locked into memory (for real-time and custom IO)
s is a session leader
+ is in the foreground process group

라고 설명이 되어있네요. 음... 인터럽트 걸리지 않고 자고 있는 프로세서란
뜻인가요?

------------------------------
좋은 하루 되세요.