summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-05-23 14:31:37 +0200
committernicolargo <nicolashennion@gmail.com>2016-05-23 14:31:37 +0200
commitd1f9d30aae1468c2a3303fd39ddff3ff97ab35cd (patch)
tree14587a184bfe86ab44043b272397e61db8f6e903 /docs/aoa
parentd0783a21e1f86598aade1d18a79ab5fd7c6db654 (diff)
Filter processes by others stats (username) #748
Diffstat (limited to 'docs/aoa')
-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
-------------