Filter processes by others stats (username) #748

This commit is contained in:
nicolargo
2016-05-23 14:31:37 +02:00
parent d0783a21e1
commit d1f9d30aae
7 changed files with 114 additions and 12 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 157 KiB

View File

@@ -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
-------------