Linux 进程状态 说明
摘要:
Linux是一个多用户,多任务的系统,可以同时运行多个用户的多个程序,就必然会产生很多的进程,而每个进程会有不同的状态。 在下文将对进程的R、S、D、T、Z、X 六种状态做个说明。PROCESS STATE CODES Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display to describe the state of a process. D Uninterruptible sleep 阅读全文
posted @ 2011-05-31 17:15 spring3mvc学习笔记 阅读(175) 评论(0) 推荐(0)