]> granicus.if.org Git - procps-ng/commit
docs: Document I idle state in ps and top
authorCraig Small <csmall@enc.com.au>
Sat, 13 Jan 2018 00:18:09 +0000 (11:18 +1100)
committerCraig Small <csmall@enc.com.au>
Sat, 13 Jan 2018 00:25:59 +0000 (11:25 +1100)
commit91df65b9e778b9d7da7952d766e129f58423b807
tree36fce99730ff93def31ac1b4676754f05ffc0729
parent8882afa0476f88a9cf5f91db00f5297afa6e687a
docs: Document I idle state in ps and top

Linux 4.2 provided a new process state of I which is used for an idle
kernel thread. This new state means that kernel threads do not
contribute to the loadavg as they are no longer state D or S but I.

While both ps and top displayed this state, it wasn't documented in
either manual page until now.

References:
 https://bugs.debian.org/886967
 https://www.quora.com/What-does-mean-Linux-process-state-I-in-the-top-output
 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=80ed87c8a9ca0cad7ca66cf3bbdfb17559a66dcf
NEWS
ps/ps.1
top/top.1