2016-12-29 19:21:14 +03:00
|
|
|
.. _gpu:
|
|
|
|
|
|
|
|
GPU
|
|
|
|
===
|
|
|
|
|
2017-03-12 20:52:17 +03:00
|
|
|
.. note::
|
2024-03-03 16:40:56 +03:00
|
|
|
You need to install the `nvidia-ml-py`_ library on your system.
|
|
|
|
Or `py3nvml`_ for Glances 3.4.0.2 or lower.
|
2019-11-09 20:01:39 +03:00
|
|
|
Or `nvidia-ml-py3`_ for Glances 3.1.3 or lower.
|
2017-03-12 20:52:17 +03:00
|
|
|
|
|
|
|
The GPU stats are shown as a percentage of value and for the configured
|
2019-11-09 20:01:39 +03:00
|
|
|
refresh time. It displays:
|
|
|
|
|
|
|
|
- total GPU usage
|
|
|
|
- memory consumption
|
|
|
|
- temperature (Glances 3.1.4 or higher)
|
2016-12-29 19:21:14 +03:00
|
|
|
|
|
|
|
.. image:: ../_static/gpu.png
|
|
|
|
|
2017-03-12 20:52:17 +03:00
|
|
|
If you click on the ``6`` short key, the per-GPU view is displayed:
|
2016-12-29 19:21:14 +03:00
|
|
|
|
|
|
|
.. image:: ../_static/pergpu.png
|
|
|
|
|
2017-03-12 20:52:17 +03:00
|
|
|
.. note::
|
|
|
|
You can also start Glances with the ``--meangpu`` option to display
|
|
|
|
the first view by default.
|
2016-12-29 19:21:14 +03:00
|
|
|
|
2017-03-12 20:52:17 +03:00
|
|
|
You can change the threshold limits in the configuration file:
|
2016-12-29 19:21:14 +03:00
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
|
|
|
|
[gpu]
|
|
|
|
# Default processor values if not defined: 50/70/90
|
|
|
|
proc_careful=50
|
|
|
|
proc_warning=70
|
|
|
|
proc_critical=90
|
|
|
|
# Default memory values if not defined: 50/70/90
|
|
|
|
mem_careful=50
|
|
|
|
mem_warning=70
|
|
|
|
mem_critical=90
|
|
|
|
|
|
|
|
Legend:
|
|
|
|
|
2017-03-12 20:52:17 +03:00
|
|
|
============== ============
|
|
|
|
GPU (PROC/MEM) Status
|
|
|
|
============== ============
|
|
|
|
``<50%`` ``OK``
|
|
|
|
``>50%`` ``CAREFUL``
|
|
|
|
``>70%`` ``WARNING``
|
|
|
|
``>90%`` ``CRITICAL``
|
|
|
|
============== ============
|
2016-12-29 19:21:14 +03:00
|
|
|
|
2024-03-03 16:40:56 +03:00
|
|
|
.. _nvidia-ml-py: https://pypi.org/project/nvidia-ml-py/
|
2019-11-09 20:01:39 +03:00
|
|
|
.. _py3nvml: https://pypi.org/project/py3nvml/
|
|
|
|
.. _nvidia-ml-py3: https://pypi.org/project/nvidia-ml-py3/
|