Chinaunix首页 | 论坛 | 博客
  • 博客访问: 343724
  • 博文数量: 79
  • 博客积分: 2490
  • 博客等级: 大尉
  • 技术积分: 805
  • 用 户 组: 普通用户
  • 注册时间: 2006-07-02 08:53
文章分类

全部博文(79)

文章存档

2011年(1)

2009年(2)

2008年(8)

2007年(26)

2006年(42)

我的朋友

分类: LINUX

2007-07-29 17:12:41

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

阅读(2815) | 评论(0) | 转发(0) |
0

上一篇:明末清初的人口变化

下一篇:后升级操作

给主人留下些什么吧!~~