summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2019-04-08 14:39:18 +0200
committernicolargo <nicolas@nicolargo.com>2019-04-08 14:39:18 +0200
commitc3f04f2ccaaae4644ec92f058057cdecbdc126c3 (patch)
treed36fb7ec7cb4b9c92e1abc4e499b633f03334fe8 /docs
parenta35a7d547b7131273bc35551911c32bc509d19fa (diff)
Update documentation for sparklines.
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/sparkline.pngbin0 -> 41952 bytes
-rw-r--r--docs/aoa/quicklook.rst7
-rw-r--r--docs/man/glances.18
3 files changed, 15 insertions, 0 deletions
diff --git a/docs/_static/sparkline.png b/docs/_static/sparkline.png
new file mode 100644
index 00000000..6a44eded
--- /dev/null
+++ b/docs/_static/sparkline.png
Binary files differ
diff --git a/docs/aoa/quicklook.rst b/docs/aoa/quicklook.rst
index d4e6c74f..3b2d0fa0 100644
--- a/docs/aoa/quicklook.rst
+++ b/docs/aoa/quicklook.rst
@@ -12,6 +12,13 @@ If the per CPU mode is on (by clicking the ``1`` key):
.. image:: ../_static/quicklook-percpu.png
+In the Curses/terminal interface, it is also possible to switch from bar to
+sparkline using 'S' hot key or --sparkline command line option. Please be
+aware that sparklines use the Glances history and will not be available
+if the history is disabled from the command line.
+
+.. image:: ../_static/sparkline.png
+
.. note::
Limit values can be overwritten in the configuration file under
the ``[quicklook]`` section.
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 2d3b7538..1ffed86b 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -303,6 +303,11 @@ display FS free space instead of used
.UNINDENT
.INDENT 0.0
.TP
+.B \-\-sparkline
+display sparlines instead of bar in the curses interface
+.UNINDENT
+.INDENT 0.0
+.TP
.B \-\-theme\-white
optimize display colors for white background
.UNINDENT
@@ -422,6 +427,9 @@ Show/hide RAID plugin
.B \fBs\fP
Show/hide sensors stats
.TP
+.B \fBS\fP
+Switch from bars to sparklines
+.TP
.B \fBt\fP
Sort process by CPU times (TIME+)
.TP