From 83257744cc37372ad2fca89d3d8b44cbdfb630b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=2E=20Sch=C3=B6nitzer?= Date: Fri, 18 Sep 2020 00:48:59 +0200 Subject: [PATCH] Document M_PSS and M_PSSWP in man page --- htop.1.in | 8 ++++++++ 1 file changed, 8 insertions(+) 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