mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 10:57:07 +03:00
Document M_PSS and M_PSSWP in man page
This commit is contained in:
parent
7844e06eb0
commit
83257744cc
@ -323,6 +323,14 @@ The size of the dirty pages of the process.
|
|||||||
.B M_SWAP (SWAP)
|
.B M_SWAP (SWAP)
|
||||||
Size of the process's swapped pages.
|
Size of the process's swapped pages.
|
||||||
.TP
|
.TP
|
||||||
|
.B M_PSS (PSS)
|
||||||
|
proportional set size, same as M_RESIDENT but each page is divided by the
|
||||||
|
number of processes sharing it.
|
||||||
|
.TP
|
||||||
|
.B M_M_PSSWP (PSSWP)
|
||||||
|
Shows proportional swap share of this mapping, unlike \fBM_SWAP\fR this does not take
|
||||||
|
into account swapped out page of underlying shmem objects.
|
||||||
|
.TP
|
||||||
.B ST_UID (UID)
|
.B ST_UID (UID)
|
||||||
The user ID of the process owner.
|
The user ID of the process owner.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user