document H option -- thanks Tony Ernst
This commit is contained in:
parent
c03b9f6deb
commit
d8760aae6c
3
NEWS
3
NEWS
@ -1,3 +1,6 @@
|
|||||||
|
procps-3.2.6 --> procps-3.2.7
|
||||||
|
top: document H option -- thanks Tony Ernst
|
||||||
|
|
||||||
procps-3.2.5 --> procps-3.2.6
|
procps-3.2.5 --> procps-3.2.6
|
||||||
|
|
||||||
vmstat: /proc/stat buffer big enough for 1024 CPUs
|
vmstat: /proc/stat buffer big enough for 1024 CPUs
|
||||||
|
16
top.1
16
top.1
@ -85,7 +85,7 @@ top \- display Linux tasks
|
|||||||
.\" ----------------------------------------------------------------------
|
.\" ----------------------------------------------------------------------
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.\" ----------------------------------------------------------------------
|
.\" ----------------------------------------------------------------------
|
||||||
\*(ME \-\fBhv\fR | \-\fBbcisS\fR \-\fBd\fI delay\fR \-\fBn\fI
|
\*(ME \-\fBhv\fR | \-\fBbcHisS\fR \-\fBd\fI delay\fR \-\fBn\fI
|
||||||
iterations\fR \-\fBp\fI pid\fR [,\fI pid\fR ...]
|
iterations\fR \-\fBp\fI pid\fR [,\fI pid\fR ...]
|
||||||
|
|
||||||
The traditional switches '-' and whitespace are optional.
|
The traditional switches '-' and whitespace are optional.
|
||||||
@ -199,6 +199,7 @@ command-line.
|
|||||||
\fITask_Area_defaults\fR
|
\fITask_Area_defaults\fR
|
||||||
'b' - Bold hilite On\ \ (not 'reverse')
|
'b' - Bold hilite On\ \ (not 'reverse')
|
||||||
* 'c' - Command line Off (name, not cmdline)
|
* 'c' - Command line Off (name, not cmdline)
|
||||||
|
* 'H' - Threads Off\ (show all threads)
|
||||||
* 'i' - Idle tasks On\ \ (show all tasks)
|
* 'i' - Idle tasks On\ \ (show all tasks)
|
||||||
'R' - Reverse sort On\ \ (pids high-to-low)
|
'R' - Reverse sort On\ \ (pids high-to-low)
|
||||||
* 'S' - Cumulative time Off (no, dead children)
|
* 'S' - Cumulative time Off (no, dead children)
|
||||||
@ -212,7 +213,7 @@ command-line.
|
|||||||
.\" ----------------------------------------------------------------------
|
.\" ----------------------------------------------------------------------
|
||||||
The command-line syntax for \*(Me consists of:
|
The command-line syntax for \*(Me consists of:
|
||||||
|
|
||||||
\-\fBhv\fR\ |\ -\fBbcisS\fR\ \-\fBd\fI\ delay\fR\ \-\fBn\fI\ iterations\
|
\-\fBhv\fR\ |\ -\fBbcHisS\fR\ \-\fBd\fI\ delay\fR\ \-\fBn\fI\ iterations\
|
||||||
\fR\ \-\fBp\fI\ pid\fR\ [,\fIpid\fR...]
|
\fR\ \-\fBp\fI\ pid\fR\ [,\fIpid\fR...]
|
||||||
|
|
||||||
The typically mandatory switches ('-') and even whitespace are completely
|
The typically mandatory switches ('-') and even whitespace are completely
|
||||||
@ -248,6 +249,11 @@ For additional information on 'Secure mode' \*(Xt 5a. SYSTEM Configuration File.
|
|||||||
\-\fBh\fR :\fB Help\fR
|
\-\fBh\fR :\fB Help\fR
|
||||||
Show library version and the usage prompt, then quit.
|
Show library version and the usage prompt, then quit.
|
||||||
|
|
||||||
|
.TP 5
|
||||||
|
\-\fBH\fR :\fB Threads\fR toggle
|
||||||
|
Starts \*(Me with the last remembered 'H' state reversed.
|
||||||
|
When this toggle is \*O, all individual threads will be displayed. Otherwise, \*(Me displays a summation of all threads in a process.
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
\-\fBi\fR :\fB Idle Processes\fR toggle
|
\-\fBi\fR :\fB Idle Processes\fR toggle
|
||||||
Starts \*(Me with the last remembered 'i' state reversed.
|
Starts \*(Me with the last remembered 'i' state reversed.
|
||||||
@ -547,7 +553,7 @@ depending on the context in which they are issued.
|
|||||||
l, m, t, 1
|
l, m, t, 1
|
||||||
3c.\fI TASK_Area_Commands\fR
|
3c.\fI TASK_Area_Commands\fR
|
||||||
Appearance: b, x, y, z
|
Appearance: b, x, y, z
|
||||||
Content: c, f, o, S, u
|
Content: c, f, H, o, S, u
|
||||||
Size: #, i, n
|
Size: #, i, n
|
||||||
Sorting: <, >, F, O, R
|
Sorting: <, >, F, O, R
|
||||||
3d.\fI COLOR_Mapping\fR
|
3d.\fI COLOR_Mapping\fR
|
||||||
@ -791,6 +797,10 @@ fields are displayed and their order.
|
|||||||
For additional information on these \*(CIs
|
For additional information on these \*(CIs
|
||||||
\*(Xt 2b. SELECTING and ORDERING Columns.
|
\*(Xt 2b. SELECTING and ORDERING Columns.
|
||||||
|
|
||||||
|
.TP 7
|
||||||
|
\ \ \'\fBH\fR\' :\fIThreads_toggle\fR
|
||||||
|
When this toggle is \*O, all individual threads will be displayed. Otherwise, \*(Me displays a summation of all threads in a process.
|
||||||
|
|
||||||
.TP 7
|
.TP 7
|
||||||
\ \ \'\fBS\fR\' :\fICumulative_Time_Mode_toggle\fR
|
\ \ \'\fBS\fR\' :\fICumulative_Time_Mode_toggle\fR
|
||||||
When 'Cumulative mode' is \*O, each process is listed with the \*(Pu
|
When 'Cumulative mode' is \*O, each process is listed with the \*(Pu
|
||||||
|
Loading…
Reference in New Issue
Block a user