diff options
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r-- | contrib/top/top.X | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index be9a615..60ba77c 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -10,7 +10,7 @@ top \- display and update information about the top cpu processes .SH SYNOPSIS .B top [ -.B \-bHIinqStuv +.B \-bCHIinqStuv ] [ .BI \-d count ] [ @@ -62,6 +62,18 @@ is redirected to a file, it acts as if it were being run on a dumb terminal. .SH OPTIONS .TP +.B \-C +Toggle CPU display mode. +By default top displays the weighted CPU percentage in the WCPU column +(this is the same value that +.IR ps (1) +displays as CPU). +Each time +.B \-C +flag is passed it toggles between \*(lqraw cpu\*(rq mode +and \*(lqweighted cpu\*(rq mode, showing the \*(lqCPU\*(rq or +the \*(lqWCPU\*(rq column respectively. +.TP .B \-S Show system processes in the display. Normally, system processes such as the pager and the swapper are not shown. This option makes them visible. |