mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 03:17:12 -04:00
Filter processes by others stats (username) #748
This commit is contained in:
BIN
docs/_static/processlist-filter.png
vendored
BIN
docs/_static/processlist-filter.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 157 KiB |
@@ -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
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user