diff options
author | jhb <jhb@FreeBSD.org> | 2011-05-31 15:41:10 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-05-31 15:41:10 +0000 |
commit | a73a4dbfbbd1ca68be03df5244073320d70aebe8 (patch) | |
tree | 4d96334c9af2c71813d139997197deeb5f0de939 /contrib/top | |
parent | a69e106b2fac0817484b6b395a4bfcabef513310 (diff) | |
download | FreeBSD-src-a73a4dbfbbd1ca68be03df5244073320d70aebe8.zip FreeBSD-src-a73a4dbfbbd1ca68be03df5244073320d70aebe8.tar.gz |
- Document the -H option and 'H' key alongside other options and keys
rather than at the bottom of the manpage.
- Remove an obsolete comment about SWAIT being a stale state. It was
resurrected for a different purpose in FreeBSD 5 to mark idle ithreads.
- Add a comment documenting that the SLEEP and LOCK states typically
display the name of the event being waited on with lock names being
prefixed with an asterisk and sleep event names not having a prefix.
MFC after: 1 week
Diffstat (limited to 'contrib/top')
-rw-r--r-- | contrib/top/top.X | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index b70ce7e..41c3d78 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -89,6 +89,10 @@ Use \*(lqbatch\*(rq mode. In this mode, all input from the terminal is ignored. Interrupt characters (such as ^C and ^\e) still have an effect. This is the default on a dumb terminal, or when the output is not a terminal. .TP +.B \-H +Display each thread for a multithreaded process individually. +By default a single summary line is displayed for each process. +.TP .B \-i Use \*(lqinteractive\*(rq mode. In this mode, any input is immediately read for processing. See the section on \*(lqInteractive Mode\*(rq @@ -292,6 +296,9 @@ or .BR r enice command. .TP +.B H +Toggle the display of threads. +.TP .B i (or .BR I ) @@ -358,8 +365,11 @@ the order of the processes, and COMMAND is the name of the command that the process is currently running (if the process is swapped out, this column is marked \*(lq<swapped>\*(rq). .SH NOTES -The \*(lqABANDONED\*(rq state (known in the kernel as \*(lqSWAIT\*(rq) was -abandoned, thus the name. A process should never end up in this state. +If a process is in the \*(lqSLEEP\*(rq or \*(lqLOCK\*(rq state, +the state column will report the name of the event or lock on which the +process is waiting. +Lock names are prefixed with an asterisk \*(lq*\*(rq while sleep events +are not. .SH AUTHOR William LeFebvre, EECS Department, Northwestern University .SH ENVIRONMENT |