summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-08-06 14:50:08 +0200
committerNicolargo <nicolas@nicolargo.com>2014-08-06 14:50:08 +0200
commitf4b80e52cd8d1afc2e8bba92fcfaf5f6739669b1 (patch)
treef20563dcb98af361dfbfc135582fe9106906f34c /NEWS
parentf4cff8ba41540b181771733d5e5973a6406a3f97 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0d9bffee..05e817c9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,18 +5,26 @@ Glances Version 2.x
Version 2.1
===========
+ * 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.
+ The API always return all the processes, the key is only active in the curses UI.
+ If the key is not define, all the processes will be displayed.
+ The default value is 20 (processes displayed).
* History feature (--enable-history option on the command line)
This feature allows users to generate graphs within the curse interface.
Graphs are available for CPU, LOAD and MEM.
To generate graph, click on the 'g' key.
To reset the history, press the 'r' key.
+ Note: This feature uses the matplotlib library.
* Alias for network interfaces, disks and sensors
Users can configure alias from the Glances configuration file.
* Add Glances log message (in the /tmp/glances.log file)
- The default log level is INFO, you can switch to the debug mode using the -d option on the command line.
+ The default log level is INFO, you can switch to the DEBUG mode using the -d option on the command line.
* Add RESTFul API to the web server mode
+ RestFul API doc: https://github.com/nicolargo/glances/wiki/The-Glances-RESTFULL-JSON-API
* Improve SNMP fallback mode for Cisco IOS, VMware ESXi
- * Travis coverage
+ * CI: Travis coverage
Bugs corrected: