summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorMichael F. Schönitzer <michael@schoenitzer.de>2020-09-18 00:48:59 +0200
committercgzones <cgzones@googlemail.com>2020-09-24 17:48:17 +0200
commit83257744cc37372ad2fca89d3d8b44cbdfb630b8 (patch)
treea6dc0e084133020155b5d65f88fb0563cdb618c7 /htop.1.in
parent7844e06eb0ccdafa82fe4e774d13850cbdd127f1 (diff)
Document M_PSS and M_PSSWP in man page
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/htop.1.in b/htop.1.in
index 26effeb0..a6833885 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -323,6 +323,14 @@ The size of the dirty pages of the process.
.B M_SWAP (SWAP)
Size of the process's swapped pages.
.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)
The user ID of the process owner.
.TP

© 2014-2024 Faster IT GmbH | imprint | privacy policy