User Tools

Site Tools


info

This is an old revision of the document!


File System Performance

State Of Process

<code text> d : uninterruptible sleep (usually io) r : running or runnable (on run queue) s : interruptible sleep (waiting for an event to complete) t : stopped, either by a job control signal or because it is being traced. w : paging (not valid since the 2.6.xx kernel) x : dead (should never be seen) z : defunct (“zombie”) process, terminated but not reaped by its parent.

info.1249634651.txt.gz · Last modified: 2020/08/10 02:30 (external edit)