summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-08-16 15:08:15 +0200
committerNicolargo <nicolas@nicolargo.com>2014-08-16 15:08:15 +0200
commit73b4ddf2645120e31d8002ff7ba3087ee1411647 (patch)
treeb0e4e3bc4e9f940440313bb32472a000dc15626a /NEWS
parent5ec391474e8b6a84c7b84062f691540130cbe4c0 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 05e817c9..d14db909 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ Glances Version 2.x
Version 2.1
===========
+ * Add user process filter feature
+ User can define a process filter pattern (as a regular expression).
+ The pattern could be defined from the command line (-f <pattern>)
+ or by pressing the ENTER key in the curse interface.
+ Process filter feature is only available in standalone mode.
* Create a max_processes key in the configuration file
The goal is to reduce the number of displayed processes in the curses UI and
so limit the CPU footprint of the Glances standalone mode.