docs/aoa/memory.rst
.. _memory:
Glances uses two columns: one for the RAM and one for the SWAP.
.. image:: ../_static/mem.png
If enough space is available, Glances displays extended information for
the RAM:
.. image:: ../_static/mem-wide.png
Stats description:
Additional stats available in through the API:
It is possible to display the available memory instead of the used memory
by setting the available option to True in the configuration file
under the [mem] section.
A character is also displayed just after the MEM header and shows the trend value:
======== ==============================================================
Trend Status
======== ==============================================================
- Mean 15 lasts values equal mean 15 previous values
↓ Mean 15 lasts values is lower mean 15 previous values
↑ Mean 15 lasts values is higher mean 15 previous values
======== ==============================================================
Alerts are only set for used memory and used swap.
Legend:
======== ============
RAM/Swap Status
======== ============
<50% OK
>50% CAREFUL
>70% WARNING
>90% CRITICAL
======== ============
.. note::
Limit values can be overwritten in the configuration file under
the [memory] and/or [memswap] sections.