summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-11-21 19:23:52 +0100
committerBenBE <BenBE@geshi.org>2021-11-28 20:19:10 +0100
commit915b558bbe1b13d6cb0dd099197c9fb1e2470cc6 (patch)
tree38a7e964cf06a8aa80e7d908f6a6f22006b7a4a7
parent550100327b0249e5ab1489bee8076a3f71b137ed (diff)
Document CCGROUP column
-rw-r--r--htop.1.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/htop.1.in b/htop.1.in
index 702f7c23..49c4a52d 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -488,7 +488,23 @@ The I/O rate of write(2) in bytes per second, for the process.
The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above).
.TP
.B CGROUP
-Which cgroup the process is in.
+Which cgroup the process is in. For a shortened view see the CCGROUP column below.
+.TP
+.B CCGROUP
+Shortened view of the cgroup name that the process is in.
+This performs some pattern-based replacements to shorten the displayed string and thus condense the information.
+ \fB/*.slice\fR is shortened to \fB/[*]\fR (exceptions below)
+ \fB/system.slice\fR is shortened to \fB/[S]\fR
+ \fB/user.slice\fR is shortened to \fB/[U]\fR
+ \fB/user-*.slice\fR is shortened to \fB/[U:*]\fR (directly preceeding \fB/[U]\fR before dropped)
+ \fB/machine.slice\fR is shortened to \fB/[M]\fR
+ \fB/machine-*.scope\fR is shortened to \fB/[SNC:*]\fR (SNC: systemd nspawn container), uppercase for the monitor
+ \fB/lxc.monitor.*\fR is shortened to \fB/[LXC:*]\fR
+ \fB/lxc.payload.*\fR is shortened to \fB/[lxc:*]\fR
+ \fB/*.scope\fR is shortened to \fB/!*\fR
+ \fB/*.service\fR is shortened to \fB/*\fR (suffix removed)
+
+Encountered escape sequences (e.g. from systemd) inside the cgroup name are not decoded.
.TP
.B OOM
OOM killer score.

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