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
f097bdce
Commit
f097bdce
authored
Nov 04, 2015
by
Sworddragon
Browse files
Fixed/enhanced some entries in the manpage
parent
1e31b63a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.1.in
View file @
f097bdce
...
...
@@ -246,21 +246,22 @@ The time the process was started.
The ID of the CPU the process last executed on.
.TP
.B M_SIZE (VIRT)
Size in memory of the total program size
.
The size of the virtual memory of the process
.
.TP
.B M_RESIDENT (RES)
The resident set size
, i.e. the size of the text and data sections, plus stack
usage
.
The resident set size
(text + data + stack) of the process (i.e. the size of the
process's used physical memory)
.
.TP
.B M_SHARE (SHR)
The size of the process's shared pages.
.TP
.B M_TRS (CODE)
The
size of the text segment
of the process (i.e. the size of the process's
The
text resident set size
of the process (i.e. the size of the process's
executable instructions).
.TP
.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
.B M_LRS (LIB)
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