summaryrefslogtreecommitdiffstats
path: root/docs/quickstart.rst
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/quickstart.rst
parentcb643e4eb4b9d1db51eeb220a2d470b7d3bc67e4 (diff)
Ready for Glances 3.0
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst4
1 files changed, 3 insertions, 1 deletions
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
------------------