top.1 (b1de37fadd8d5d672065b6a9f9839b021fbeb433) top.1 (ecc2b89f96e1afd53c53d2dbf05aaa4bad7fe171)
1.\" $FreeBSD$
1.\" $FreeBSD$
2.Dd September 20, 2019
2.Dd September 21, 2019
3.Dt TOP 1
4.Os
5.Sh NAME
6.Nm top
7.Nd display and update information about the top cpu processes
8.Sh SYNOPSIS
9.Nm
10.Op Fl CHIPSTabijnpqtuvxz

--- 50 unchanged lines hidden (view full) ---

61This option makes them visible.
62.It Fl a
63Display command names derived from the argv[] vector, rather than real
64executable name.
65It it useful when you want to watch applications, that
66puts their status information there.
67If the real name differs from argv[0],
68it will be displayed in parenthesis.
3.Dt TOP 1
4.Os
5.Sh NAME
6.Nm top
7.Nd display and update information about the top cpu processes
8.Sh SYNOPSIS
9.Nm
10.Op Fl CHIPSTabijnpqtuvxz

--- 50 unchanged lines hidden (view full) ---

61This option makes them visible.
62.It Fl a
63Display command names derived from the argv[] vector, rather than real
64executable name.
65It it useful when you want to watch applications, that
66puts their status information there.
67If the real name differs from argv[0],
68it will be displayed in parenthesis.
69Non-printable characters in the command line are
70encoded in C-style backslash sequences or
71a three digit octal sequences.
69.It Fl b
70Use \*(lqbatch\*(rq mode.
71In this mode, all input from the terminal is
72ignored.
73Interrupt characters (such as ^C and ^\e) still have an effect.
74This is the default on a dumb terminal, or when the output is not a terminal.
75.It Fl H
76Display each thread for a multithreaded process individually.

--- 110 unchanged lines hidden (view full) ---

187This is accomplished by using any proper
188prefix of the keywords
189\*(lqinfinity\*(rq,
190\*(lqmaximum\*(rq,
191or
192\*(lqall\*(rq.
193Boolean flags are toggles.
194A second specification of any of these options will negate the first.
72.It Fl b
73Use \*(lqbatch\*(rq mode.
74In this mode, all input from the terminal is
75ignored.
76Interrupt characters (such as ^C and ^\e) still have an effect.
77This is the default on a dumb terminal, or when the output is not a terminal.
78.It Fl H
79Display each thread for a multithreaded process individually.

--- 110 unchanged lines hidden (view full) ---

190This is accomplished by using any proper
191prefix of the keywords
192\*(lqinfinity\*(rq,
193\*(lqmaximum\*(rq,
194or
195\*(lqall\*(rq.
196Boolean flags are toggles.
197A second specification of any of these options will negate the first.
195.Pp
196The display of command names changes according to the locale.
197If command names displayed in the locale settings are recognized as
198non-display characters, they are displayed in three digit octal sequence.
199.Sh "INTERACTIVE MODE"
200When
201.Nm
202is running in \*(lqinteractive mode\*(rq, it reads commands from the
203terminal and acts upon them accordingly.
204In this mode, the terminal is
205put in \*(lqCBREAK\*(rq, so that a character will be
206processed as soon as it is typed.

--- 214 unchanged lines hidden (view full) ---

421.It Em Out
422bytes paged out to swap devices (last interval)
423.El
424.Sh ENVIRONMENT
425.Bl -tag -width "Uncompressed"
426.It Ev TOP
427Default set of arguments to
428.Nm .
198.Sh "INTERACTIVE MODE"
199When
200.Nm
201is running in \*(lqinteractive mode\*(rq, it reads commands from the
202terminal and acts upon them accordingly.
203In this mode, the terminal is
204put in \*(lqCBREAK\*(rq, so that a character will be
205processed as soon as it is typed.

--- 214 unchanged lines hidden (view full) ---

420.It Em Out
421bytes paged out to swap devices (last interval)
422.El
423.Sh ENVIRONMENT
424.Bl -tag -width "Uncompressed"
425.It Ev TOP
426Default set of arguments to
427.Nm .
428.It Ev LC_CTYPE
429The locale to use when displaying the
430.Va argv
431vector when
432.Fl a
433flag is specified.
429.El
430.Sh SEE ALSO
431.Xr kill 1 ,
432.Xr ps 1 ,
433.Xr stty 1 ,
434.Xr getrusage 2 ,
435.Xr humanize_number 3 ,
436.Xr mem 4 ,

--- 13 unchanged lines hidden ---
434.El
435.Sh SEE ALSO
436.Xr kill 1 ,
437.Xr ps 1 ,
438.Xr stty 1 ,
439.Xr getrusage 2 ,
440.Xr humanize_number 3 ,
441.Xr mem 4 ,

--- 13 unchanged lines hidden ---