summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2018-01-17 08:31:43 +0100
committernicolargo <nicolas@nicolargo.com>2018-01-17 08:31:43 +0100
commit259dcd6d0e3be8b56d391020f61c15e97d144f4b (patch)
treea1e1154f3786147a291be23e7946b5a1cad26b08 /NEWS
parent141999bb684bf068edc327ebb2bbe9505c5fa8af (diff)
Nice Process Priority Configuration #1218
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d9fc8df..78c88917 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ Enhancements and new features:
* Add a code of conduct for Glances project's participants #1211
* Context switches bottleneck identification #1212
* Take advantage of the PSUtil issue #1025 (Add process_iter(attrs, ad_value)) #1105
+ * Nice Process Priority Configuration #1218
Bugs corrected:
@@ -56,6 +57,20 @@ News command line options:
News configuration keys in the glances.conf file:
+Processes list Nice value:
+
+ [processlist]
+ # Nice priorities range from -20 to 19.
+ # Configure nice levels using a comma separated list.
+ #
+ # Nice: Example 1, non-zero is warning (default behavior)
+ nice_warning=-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
+ #
+ # Nice: Example 2, low priority processes escalate from careful to critical
+ #nice_careful=1,2,3,4,5,6,7,8,9
+ #nice_warning=10,11,12,13,14
+ #nice_critical=15,16,17,18,19
+
Docker plugin (related to #1152)
[docker]