summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorSworddragon <sworddragon2@aol.com>2014-05-17 20:22:30 +0200
committerSworddragon <sworddragon2@aol.com>2014-05-17 20:22:30 +0200
commit0fc388f2ee82ff70fde5bad7ba0b9c82c7bef720 (patch)
tree0f81103224a6b0ac59a9c3a974c59f5672cd135a /htop.1.in
parent0341cb3b5f217a6b2646039c06034e1a7e57a606 (diff)
Added columns for the page faults in the manpage
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in12
1 files changed, 12 insertions, 0 deletions
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

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