summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-03-03 10:46:49 +0100
committerDaniel Lange <DLange@git.local>2021-03-03 10:46:49 +0100
commit2328e52403dfa52d122a9f7ccbd365beaedb8c9f (patch)
treed93580affd061a6caaec2449891415b9304a961b /htop.1.in
parent0bdceb858d4e1431159e13808a8f10af0f4278fd (diff)
Document PERCENT_NORM_CPU and mention Irix / Solaris modes (top lingo)
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/htop.1.in b/htop.1.in
index afd882e4..b2eba5d1 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -376,6 +376,15 @@ The user ID of the process owner.
.TP
.B PERCENT_CPU (CPU%)
The percentage of the CPU time that the process is currently using.
+This is the default way to represent CPU usage in Linux. Each process can
+consume up to 100% which means the full capacity of the core it is running
+on. This is sometimes called "Irix mode" e.g. in
+.BR top (1).
+.TP
+.B PERCENT_NORM_CPU (NCPU%)
+The percentage of the CPU time that the process is currently using normalized
+by CPU count. This is sometimes called "Solaris mode" e.g. in
+.BR top (1).
.TP
.B PERCENT_MEM (MEM%)
The percentage of memory the process is currently using (based on the process's

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