top: as with ps, distinguish between 'T' and 't' state

Wow, even the linux/Documentation/filesystems/proc.txt
document doesn't provide us with that level of detail.

Thank you, Jaromir, for your additional clarification!

Reference(s):
commit 411d218793

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2014-07-03 00:00:00 -05:00 committed by Jaromir Capik
parent a7741055f1
commit 1dd0c4d07f

View File

@ -700,7 +700,8 @@ The status of the task which can be one of:
\fBD\fR = uninterruptible sleep \fBD\fR = uninterruptible sleep
\fBR\fR = running \fBR\fR = running
\fBS\fR = sleeping \fBS\fR = sleeping
\fBT\fR = traced or stopped \fBT\fR = stopped by job control signal
\fBt\fR = stopped by debugger during trace
\fBZ\fR = zombie \fBZ\fR = zombie
Tasks shown as running should be more properly thought of as ready to run Tasks shown as running should be more properly thought of as ready to run