Chinaunix首页 | 论坛 | 博客
  • 博客访问: 101432
  • 博文数量: 26
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 345
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-13 11:46
文章分类

全部博文(26)

文章存档

2011年(1)

2010年(2)

2009年(3)

2008年(20)

我的朋友
最近访客

分类: LINUX

2009-03-15 13:28:12

第一碼大寫字母
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.
第二碼小寫字母及其它符號:
< high-priority (not nice to other users) 
N low-priority (nice to other users) 
L has pages locked into memory (for real-time and custom IO)
s is a session leader 
l is multi-threaded (using CLONE_THREAD, like NPTL pthreads do)
+ is in the foreground process group
阅读(867) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~