glances/docs/aoa/quicklook.rst

41 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2016-03-02 12:29:19 +00:00
.. _quicklook:
Quick Look
==========
The ``quicklook`` plugin is only displayed on wide screen and proposes a
bar view for cpu, memory, swap and load (this list is configurable).
2016-03-02 12:29:19 +00:00
In the terminal interface, click on ``3`` to enable/disable it.
2016-03-02 12:29:19 +00:00
.. image:: ../_static/quicklook.png
If the per CPU mode is on (by clicking the ``1`` key):
.. image:: ../_static/quicklook-percpu.png
2019-04-08 12:39:18 +00:00
In the Curses/terminal interface, it is also possible to switch from bar to
2021-05-20 11:19:26 +00:00
sparkline using 'S' hot key or --sparkline command line option (need the
2019-04-18 07:34:02 +00:00
sparklines Python lib on your system). Please be aware that sparklines use
the Glances history and will not be available if the history is disabled
from the command line. For the moment sparkline is not available in
client/server mode (see issue ).
2019-04-08 12:39:18 +00:00
2019-04-18 07:34:02 +00:00
.. image:: ../_static/sparkline.png
2019-04-08 12:39:18 +00:00
2016-03-02 12:29:19 +00:00
.. note::
Limit values can be overwritten in the configuration file under
the ``[quicklook]`` section.
2019-08-12 08:09:19 +00:00
You can also configure the stats list and the bat character used in the
user interface.
2019-08-12 08:09:19 +00:00
.. code-block:: ini
[quicklook]
# Stats list (default is cpu,mem,load)
# Available stats are: cpu,mem,load,swap
list=cpu,mem,load
2019-08-12 08:09:19 +00:00
# Graphical percentage char used in the terminal user interface (default is |)
bar_char=|