2016-03-02 15:29:19 +03:00
|
|
|
.. _quicklook:
|
|
|
|
|
|
|
|
Quick Look
|
|
|
|
==========
|
|
|
|
|
|
|
|
The ``quicklook`` plugin is only displayed on wide screen and proposes a
|
|
|
|
bar view for CPU and memory (virtual and swap).
|
|
|
|
|
2019-11-24 19:40:02 +03:00
|
|
|
In the terminal interface, click on ``3`` to enable/disable it.
|
|
|
|
|
2016-03-02 15:29:19 +03: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 15:39:18 +03:00
|
|
|
In the Curses/terminal interface, it is also possible to switch from bar to
|
2019-04-18 10:34:02 +03:00
|
|
|
sparkline using 'S' hot key or --sparkline command line option (nned the
|
|
|
|
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.
|
2019-04-08 15:39:18 +03:00
|
|
|
|
2019-04-18 10:34:02 +03:00
|
|
|
.. image:: ../_static/sparkline.png
|
2019-04-08 15:39:18 +03:00
|
|
|
|
2016-03-02 15:29:19 +03:00
|
|
|
.. note::
|
|
|
|
Limit values can be overwritten in the configuration file under
|
|
|
|
the ``[quicklook]`` section.
|
2019-08-12 11:09:19 +03:00
|
|
|
|
|
|
|
You can also configure the percentage char used in the terminal user interface.
|
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
|
|
|
|
[quicklook]
|
|
|
|
# Graphical percentage char used in the terminal user interface (default is |)
|
|
|
|
percentage_char=@
|