Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2315694
  • 博文数量: 473
  • 博客积分: 12252
  • 博客等级: 上将
  • 技术积分: 4307
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-12 10:02
文章分类

全部博文(473)

文章存档

2012年(8)

2011年(63)

2010年(73)

2009年(231)

2008年(98)

分类: LINUX

2009-02-13 15:49:20


D    不可中断睡眠 (通常是在IO操作)
R    正在运行或可运行(在运行队列排队中)
S    可中断睡眠 (在等待某事件完成)
T    Stopped, either by a job control signal or because it is being traced.
W    正在换页(2.6.内核之前有效)
X    死进程 (should never be seen)
Z    僵尸
BSD风格的
<    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
阅读(894) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~