summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2018-09-01 12:39:52 +0200
committernicolargo <nicolas@nicolargo.com>2018-09-01 12:39:52 +0200
commit64d9e65ad0574fff1f772beaecdf72903fc6b57f (patch)
treebc630d3efcca10e4f61052ebd7235310b2c636dc /docs
parentcb643e4eb4b9d1db51eeb220a2d470b7d3bc67e4 (diff)
Ready for Glances 3.0
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/grafana.pngbin163623 -> 141657 bytes
-rw-r--r--docs/man/glances.15
-rw-r--r--docs/quickstart.rst4
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/_static/grafana.png b/docs/_static/grafana.png
index 4be55656..46ebf45f 100644
--- a/docs/_static/grafana.png
+++ b/docs/_static/grafana.png
Binary files differ
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 748ccb08..631b8979 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "GLANCES" "1" "Aug 16, 2018" "3.0.rc5" "Glances"
+.TH "GLANCES" "1" "Sep 01, 2018" "3.0" "Glances"
.SH NAME
glances \- An eye on your system
.
@@ -786,6 +786,9 @@ $ glances
.UNINDENT
.UNINDENT
.sp
+Note: The standalone mode is not available on Microsoft Windows (c).
+Glances will start in Web server mode on this operating system.
+.sp
Monitor local machine with the web interface (Web UI):
.INDENT 0.0
.INDENT 3.5
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index 32bc9b40..725863a9 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -24,7 +24,7 @@ Glances should start (press 'q' or 'ESC' to exit):
.. image:: _static/screenshot-wide.png
-It is also possible to display stats directly to stdout using:
+It is also possible to display RAW JSON stats directly to stdout using:
.. code-block:: console
@@ -37,6 +37,8 @@ It is also possible to display stats directly to stdout using:
load: {'cpucore': 4, 'min1': 0.19, 'min5': 0.39, 'min15': 0.27}
...
+Note: It will display one line per stat per refresh.
+
Client/Server Mode
------------------