document u U -u -U

This commit is contained in:
albert 2002-12-11 23:17:18 +00:00
parent c0e2e83dbd
commit dd5b24727f
2 changed files with 28 additions and 0 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
procps-3.1.2 --> procps-3.1.3
top: user selection
sysctl: -e
w: stdout, not stderr -- thanks to Sander van Malssen
procps-3.1.1 --> procps-3.1.2
better RPM generation

22
top.1
View File

@ -258,6 +258,16 @@ When this toggle is \*F, tasks that are idled or zombied will not be displayed.
Specifies the maximum number of iterations, or frames, \*(Me should
produce before ending.
.TP 5
\-\fBu\fR :\fB Monitor by user\fR as:\fB\ \ -u somebody
Monitor only processes with an effective UID or user name
matching that given.
.TP 5
\-\fBU\fR :\fB Monitor by user\fR as:\fB\ \ -U somebody
Monitor only processes with a UID or user name matching that given.
This matches real, effective, saved, and filesystem UIDs.
.TP 5
\-\fBp\fR :\fB Monitor PIDs\fR as:\fB\ \ -pN1 -pN2 ...\fR\ \ or\fB\ \ -pN1, N2 [,...]
Monitor only processes with specified process IDs.
@ -627,6 +637,18 @@ When operating in 'Solaris mode' ('I' toggled \*F), a task's \*(Pu usage
will be divided by the total number of \*(PUs.
After issuing this command, you'll be informed of the new state of this toggle.
.TP 7
\ \ \'\fBu\fR\' :\fIselect a user\fR
You will be prompted for a UID or username. Only processes
belonging to the selected user will be displayed. This option
matches on the effective UID.
.TP 7
\ \ \'\fBU\fR\' :\fIselect a user\fR
You will be prompted for a UID or username. Only processes
belonging to the selected user will be displayed. This option
matches on the real, effective, saved, and filesystem UID.
.TP 7
*\ \'\fBk\fR\' :\fIKill_a_task\fR
You will be prompted for a PID and then the signal to send.