summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2020-11-15 09:50:53 +0100
committernicolargo <nicolas@nicolargo.com>2020-11-15 09:50:53 +0100
commit7c1e039e3ac6b25a8c47048f7d39ad7c6b511e4a (patch)
tree1f4fc7af2c3fe008371010b0babcc9d819cc2095 /docs
parentbc0cf31a12f7ab2b8ab6db38fb16b6dfa308b02b (diff)
Filter docker containers #1748
Diffstat (limited to 'docs')
-rw-r--r--docs/aoa/docker.rst4
-rw-r--r--docs/man/glances.111
2 files changed, 5 insertions, 10 deletions
diff --git a/docs/aoa/docker.rst b/docs/aoa/docker.rst
index 0fb440ff..c21dc850 100644
--- a/docs/aoa/docker.rst
+++ b/docs/aoa/docker.rst
@@ -21,6 +21,10 @@ under the ``[docker]`` section:
[docker]
disable=False
+ # Only show specific containers (comma separeted list of container name or regular expression)
+ show=thiscontainer,andthisone,andthoseones.*
+ # Hide some containers (comma separeted list of container name or regular expression)
+ hide=donotshowthisone,andthose.*
# Define the maximum docker size name (default is 20 chars)
max_name_size=20
# Global containers' thresholds for CPU and MEM (in %)
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 170620fc..e20960cb 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "GLANCES" "1" "Nov 07, 2020" "3.1.6_b1" "Glances"
+.TH "GLANCES" "1" "Nov 15, 2020" "3.1.6_b1" "Glances"
.SH NAME
glances \- An eye on your system
.
@@ -395,9 +395,6 @@ Sort processes by I/O rate
Show/hide IP module
.TP
.B \fBk\fP
-Kill selected process (only in curses/standalone mode)
-.TP
-.B \fBK\fP
Show/hide TCP connections
.TP
.B \fBl\fP
@@ -483,12 +480,6 @@ Enable/disable mean GPU mode
.B \fB/\fP
Switch between process command line or command name
.TP
-.B \fBUP\fP
-Up in the processes list
-.TP
-.B \fBDOWN\fP
-Down in the processes list
-.TP
.B \fBF5\fP
Refresh stats in curses user interface
.UNINDENT