summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-05-23 19:17:14 +0200
committernicolargo <nicolas@nicolargo.com>2021-05-23 19:17:14 +0200
commit0417762d9620fc31ceb15705117c2506c0319cfb (patch)
tree1b63667a5f307533e6edb722e0869f69cf6e493d /docs/man
parentabb97d5286af5893b2ae69eb7c9c2f1ffc8bf61b (diff)
Update documentation
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/glances.114
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 71b4e94d..eb73ad55 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "GLANCES" "1" "May 06, 2021" "3.1.8b1" "Glances"
+.TH "GLANCES" "1" "May 23, 2021" "3.1.8b3" "Glances"
.SH NAME
glances \- An eye on your system
.
@@ -565,8 +565,15 @@ A first section (called global) is available:
.nf
.ft C
[global]
-# Does Glances should check if a newer version is available on PyPI?
-check_update=true
+# Refresh rate (default is a minimum of 2 seconds)
+# Can be overwrite by the \-t <sec> option
+# It is also possible to overwrite it in each plugin sections
+refresh=2
+# Does Glances should check if a newer version is available on PyPI ?
+check_update=false
+# History size (maximum number of values)
+# Default is 28800: 1 day with 1 point every 3 seconds
+history_size=28800
.ft P
.fi
.UNINDENT
@@ -581,6 +588,7 @@ have a section. Below an example for the CPU plugin:
.ft C
[cpu]
disable=False
+refresh=3
user_careful=50
user_warning=70
user_critical=90