indexzero / ps-tree

MIT License
149 stars 29 forks source link

add the STAT and COMMAND fields #7

Closed kerphi closed 9 years ago

kerphi commented 11 years ago

Possible stats are: 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.

dominictarr commented 10 years ago

this looks useful, @indexzero you should merge this.