summaryrefslogtreecommitdiffstats
path: root/docs/quickstart.rst
diff options
context:
space:
mode:
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
------------------