From 0341cb3b5f217a6b2646039c06034e1a7e57a606 Mon Sep 17 00:00:00 2001 From: Sworddragon Date: Sat, 17 May 2014 20:20:58 +0200 Subject: [PATCH 1/2] Minor fixes for the manpage --- htop.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htop.1.in b/htop.1.in index 585ac135..b863d84a 100644 --- a/htop.1.in +++ b/htop.1.in @@ -238,7 +238,7 @@ The resident set size, i.e the size of the text and data sections, plus stack usage. .TP .B M_SHARE (SHR) -The size of the process's shared pages +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 processes @@ -261,7 +261,7 @@ The percentage of the CPU time that the process is currently using. .TP .B PERCENT_MEM (MEM%) The percentage of memory the process is currently using (based on the process's -resident memory size, see M_RESIDENT below). +resident memory size, see M_RESIDENT above). .TP .B USER The username of the process owner, or the user ID if the name can't be From 0fc388f2ee82ff70fde5bad7ba0b9c82c7bef720 Mon Sep 17 00:00:00 2001 From: Sworddragon Date: Sat, 17 May 2014 20:22:30 +0200 Subject: [PATCH 2/2] Added columns for the page faults in the manpage --- htop.1.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/htop.1.in b/htop.1.in index b863d84a..c4621ab3 100644 --- a/htop.1.in +++ b/htop.1.in @@ -197,6 +197,18 @@ The controlling terminal of the process. .B TPGID The process ID of the foreground process group of the controlling terminal. .TP +.B MINFLT +The number of page faults happening in the main memory. +.TP +.B CMINFLT +The number of minor faults for the process's waited-for children (see MINFLT above). +.TP +.B MAJFLT +The number of page faults happening out of the main memory. +.TP +.B CMAJFLT +The number of major faults for the process's waited-for children (see MAJFLT above). +.TP .B UTIME (UTIME+) 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