Document the WCPU field.
This commit is contained in:
parent
d8588d7597
commit
1ff6a451ed
|
@ -4,7 +4,7 @@
|
||||||
.nr D @DEFAULT_DELAY@
|
.nr D @DEFAULT_DELAY@
|
||||||
.nr L @HAVE_GETOPT_LONG@
|
.nr L @HAVE_GETOPT_LONG@
|
||||||
.nr K @ENABLE_KILL@
|
.nr K @ENABLE_KILL@
|
||||||
.TH TOP 1 "December 28, 2016"
|
.TH TOP 1 "August 26, 2018"
|
||||||
.UC 4
|
.UC 4
|
||||||
.SH NAME
|
.SH NAME
|
||||||
top \- display and update information about the top cpu processes
|
top \- display and update information about the top cpu processes
|
||||||
|
@ -399,6 +399,9 @@ Current state (typically one of \*(lqsleep\*(rq,
|
||||||
.B TIME
|
.B TIME
|
||||||
Number of system and user cpu seconds that the process has used.
|
Number of system and user cpu seconds that the process has used.
|
||||||
.TP
|
.TP
|
||||||
|
.B WCPU
|
||||||
|
Weighted percentage of available cpu time used by this process.
|
||||||
|
.TP
|
||||||
.B CPU
|
.B CPU
|
||||||
Percentage of available cpu time used by this process.
|
Percentage of available cpu time used by this process.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue