Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
aae02bbf
Commit
aae02bbf
authored
Nov 23, 2015
by
Hisham Muhammad
Browse files
Merge pull request #304 from Sworddragon/master
Manpage update
parents
5521094b
f097bdce
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.1.in
View file @
aae02bbf
...
@@ -171,7 +171,7 @@ shown in htop's main screen, it is shown below in parenthesis.
...
@@ -171,7 +171,7 @@ shown in htop's main screen, it is shown below in parenthesis.
.LP
.LP
.TP 5
.TP 5
.B Command
.B Command
The full command line of the process (i.e program name and arguments).
The full command line of the process (i.e
.
program name and arguments).
.TP
.TP
.B PID
.B PID
The process ID.
The process ID.
...
@@ -214,7 +214,7 @@ The number of major faults for the process's waited-for children (see MAJFLT abo
...
@@ -214,7 +214,7 @@ The number of major faults for the process's waited-for children (see MAJFLT abo
.TP
.TP
.B UTIME (UTIME+)
.B UTIME (UTIME+)
The user CPU time, which is the amount of time the process has spent executing
The user CPU time, which is the amount of time the process has spent executing
on the CPU in user mode (i.e everything but system calls), measured in clock
on the CPU in user mode (i.e
.
everything but system calls), measured in clock
ticks.
ticks.
.TP
.TP
.B STIME (STIME+)
.B STIME (STIME+)
...
@@ -246,21 +246,22 @@ The time the process was started.
...
@@ -246,21 +246,22 @@ The time the process was started.
The ID of the CPU the process last executed on.
The ID of the CPU the process last executed on.
.TP
.TP
.B M_SIZE (VIRT)
.B M_SIZE (VIRT)
Size in memory of the total program size
.
The size of the virtual memory of the process
.
.TP
.TP
.B M_RESIDENT (RES)
.B M_RESIDENT (RES)
The resident set size
, i.e the size of the text and data sections, plus stack
The resident set size
(text + data + stack) of the process (i.e. the size of the
usage
.
process's used physical memory)
.
.TP
.TP
.B M_SHARE (SHR)
.B M_SHARE (SHR)
The size of the process's shared pages.
The size of the process's shared pages.
.TP
.TP
.B M_TRS (CODE)
.B M_TRS (CODE)
The
size of the text segment
of the process (i.e the size of the process
e
s
The
text resident set size
of the process (i.e
.
the size of the process
'
s
executable instructions).
executable instructions).
.TP
.TP
.B M_DRS (DATA)
.B M_DRS (DATA)
The size of the data segment plus stack usage of the process.
The data resident set size (data + stack) of the process (i.e. the size of anything
except the process's executable instructions).
.TP
.TP
.B M_LRS (LIB)
.B M_LRS (LIB)
The library size of the process.
The library size of the process.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment