summaryrefslogtreecommitdiffstats
path: root/docs/man/glances.1
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-01-14 09:59:56 +0100
committernicolargo <nicolas@nicolargo.com>2023-01-14 09:59:56 +0100
commitb79edc7df6a54337830684d9b53d61716d2a8330 (patch)
treed03dd00bb9d9d45afcfccc48beceb58f3f84a858 /docs/man/glances.1
parent10fbb246ac382d7ea461b3ea38297e934ec9098b (diff)
Glances 3.3.1 release
Diffstat (limited to 'docs/man/glances.1')
-rw-r--r--docs/man/glances.188
1 files changed, 44 insertions, 44 deletions
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index d433d615..4a07513f 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "GLANCES" "1" "Dec 21, 2022" "3.3.1_beta1" "Glances"
+.TH "GLANCES" "1" "Jan 14, 2023" "3.3.1" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS
@@ -258,7 +258,7 @@ set the server cache time [default: 1 sec]
.UNINDENT
.INDENT 0.0
.TP
-.B open\-web\-browser
+.B \-\-open\-web\-browser
try to open the Web UI in the default Web browser
.UNINDENT
.INDENT 0.0
@@ -732,60 +732,60 @@ format):
.nf
.ft C
{
- "version": 1,
- "disable_existing_loggers": "False",
- "root": {
- "level": "INFO",
- "handlers": ["file", "console"]
+ \(dqversion\(dq: 1,
+ \(dqdisable_existing_loggers\(dq: \(dqFalse\(dq,
+ \(dqroot\(dq: {
+ \(dqlevel\(dq: \(dqINFO\(dq,
+ \(dqhandlers\(dq: [\(dqfile\(dq, \(dqconsole\(dq]
},
- "formatters": {
- "standard": {
- "format": "%(asctime)s \-\- %(levelname)s \-\- %(message)s"
+ \(dqformatters\(dq: {
+ \(dqstandard\(dq: {
+ \(dqformat\(dq: \(dq%(asctime)s \-\- %(levelname)s \-\- %(message)s\(dq
},
- "short": {
- "format": "%(levelname)s: %(message)s"
+ \(dqshort\(dq: {
+ \(dqformat\(dq: \(dq%(levelname)s: %(message)s\(dq
},
- "free": {
- "format": "%(message)s"
+ \(dqfree\(dq: {
+ \(dqformat\(dq: \(dq%(message)s\(dq
}
},
- "handlers": {
- "file": {
- "level": "DEBUG",
- "class": "logging.handlers.RotatingFileHandler",
- "formatter": "standard",
- "filename": "/var/tmp/glances.log"
+ \(dqhandlers\(dq: {
+ \(dqfile\(dq: {
+ \(dqlevel\(dq: \(dqDEBUG\(dq,
+ \(dqclass\(dq: \(dqlogging.handlers.RotatingFileHandler\(dq,
+ \(dqformatter\(dq: \(dqstandard\(dq,
+ \(dqfilename\(dq: \(dq/var/tmp/glances.log\(dq
},
- "console": {
- "level": "CRITICAL",
- "class": "logging.StreamHandler",
- "formatter": "free"
+ \(dqconsole\(dq: {
+ \(dqlevel\(dq: \(dqCRITICAL\(dq,
+ \(dqclass\(dq: \(dqlogging.StreamHandler\(dq,
+ \(dqformatter\(dq: \(dqfree\(dq
}
},
- "loggers": {
- "debug": {
- "handlers": ["file", "console"],
- "level": "DEBUG"
+ \(dqloggers\(dq: {
+ \(dqdebug\(dq: {
+ \(dqhandlers\(dq: [\(dqfile\(dq, \(dqconsole\(dq],
+ \(dqlevel\(dq: \(dqDEBUG\(dq
},
- "verbose": {
- "handlers": ["file", "console"],
- "level": "INFO"
+ \(dqverbose\(dq: {
+ \(dqhandlers\(dq: [\(dqfile\(dq, \(dqconsole\(dq],
+ \(dqlevel\(dq: \(dqINFO\(dq
},
- "standard": {
- "handlers": ["file"],
- "level": "INFO"
+ \(dqstandard\(dq: {
+ \(dqhandlers\(dq: [\(dqfile\(dq],
+ \(dqlevel\(dq: \(dqINFO\(dq
},
- "requests": {
- "handlers": ["file", "console"],
- "level": "ERROR"
+ \(dqrequests\(dq: {
+ \(dqhandlers\(dq: [\(dqfile\(dq, \(dqconsole\(dq],
+ \(dqlevel\(dq: \(dqERROR\(dq
},
- "elasticsearch": {
- "handlers": ["file", "console"],
- "level": "ERROR"
+ \(dqelasticsearch\(dq: {
+ \(dqhandlers\(dq: [\(dqfile\(dq, \(dqconsole\(dq],
+ \(dqlevel\(dq: \(dqERROR\(dq
},
- "elasticsearch.trace": {
- "handlers": ["file", "console"],
- "level": "ERROR"
+ \(dqelasticsearch.trace\(dq: {
+ \(dqhandlers\(dq: [\(dqfile\(dq, \(dqconsole\(dq],
+ \(dqlevel\(dq: \(dqERROR\(dq
}
}
}
@@ -885,6 +885,6 @@ $ glances –browser
.sp
Nicolas Hennion aka Nicolargo <\fI\%contact@nicolargo.com\fP>
.SH COPYRIGHT
-2022, Nicolas Hennion
+2023, Nicolas Hennion
.\" Generated by docutils manpage writer.
.