標題: /proc/stat 中的一個小問題 [打印本頁] 作者: aprilava 時間: 2010-07-01 10:24 標題: /proc/stat 中的一個小問題 請問各位大俠/proc/stat中 cpu時間中的nice到底是啥意思呢。
man proc 找到/proc/stat,里邊是這樣說的:
The number of jiffies (1/100ths of a second) that the
system spent in user mode, user mode with low priority
(nice), system mode, and the idle task, respectively.
The last value should be 100 times the second entry in
the uptime pseudo-file.
想問下user mode with low priority是翻譯成低優(yōu)先權的用戶態(tài)模式嗎?具體是什么含義呢?小弟搞不懂了作者: kgn28 時間: 2010-07-01 11:29 回復 1#aprilava