summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/docker.rst7
-rw-r--r--docs/aoa/fs.rst4
-rw-r--r--docs/aoa/ps.rst3
-rw-r--r--docs/aoa/sensors.rst3
4 files changed, 15 insertions, 2 deletions
diff --git a/docs/aoa/docker.rst b/docs/aoa/docker.rst
index 484dcd14..c21dc850 100644
--- a/docs/aoa/docker.rst
+++ b/docs/aoa/docker.rst
@@ -20,6 +20,13 @@ under the ``[docker]`` section:
.. code-block:: ini
[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 %)
cpu_careful=50
cpu_warning=70
diff --git a/docs/aoa/fs.rst b/docs/aoa/fs.rst
index 37dae695..23d4eecd 100644
--- a/docs/aoa/fs.rst
+++ b/docs/aoa/fs.rst
@@ -27,13 +27,13 @@ User disk space usage Status
By default, the plugin only displays physical devices (hard disks, USB
keys). To allow other file system types, you have to enable them in the
-configuration file. For example, if you want to allow the ``zfs`` file
+configuration file. For example, if you want to allow the ``shm`` file
system:
.. code-block:: ini
[fs]
- allow=zfs
+ allow=shm
Also, you can hide mount points as well (in the following ``/boot``):
diff --git a/docs/aoa/ps.rst b/docs/aoa/ps.rst
index 14906147..c9daacb2 100644
--- a/docs/aoa/ps.rst
+++ b/docs/aoa/ps.rst
@@ -128,6 +128,9 @@ The extended stats feature can be enabled using the
``--enable-process-extended`` option (command line) or the ``e`` key
(curses interface).
+In curses/standalone mode, you can select a process using ``UP`` and ``DOWN`` and press:
+- ``k`` to kill the selected process
+
.. note::
Limit for CPU and MEM percent values can be overwritten in the
configuration file under the ``[processlist]`` section. It is also
diff --git a/docs/aoa/sensors.rst b/docs/aoa/sensors.rst
index a5aa4965..b5efc65f 100644
--- a/docs/aoa/sensors.rst
+++ b/docs/aoa/sensors.rst
@@ -18,3 +18,6 @@ There is no alert on this information.
.. note::
This plugin is disabled by default in the configuration file.
+ To enable it just use the following option:
+
+ # glances --enable-plugin sensors