summaryrefslogtreecommitdiffstats
path: root/docs/aoa/ps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/aoa/ps.rst')
-rw-r--r--docs/aoa/ps.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/aoa/ps.rst b/docs/aoa/ps.rst
index a85a7d96..3d8b5c4c 100644
--- a/docs/aoa/ps.rst
+++ b/docs/aoa/ps.rst
@@ -79,6 +79,18 @@ Columns display
pressing on the ``'/'`` key
========================= ==============================================
+Process filtering
+-----------------
+
+It's possible to filter the processes list using the ``ENTER`` key.
+
+Filter syntax is the following (examples):
+
+- python > Filter processes name or command line starting with *python* (regexp)
+- .*python.* > Filter processes name or command line containing *python* (regexp)
+- username:nicolargo > Processes of nicolargo user (key:regexp)
+- cmdline:\/usr\/bin.* > Processes starting by */usr/bin*
+
Extended info
-------------