summaryrefslogtreecommitdiffstats
path: root/docs/aoa/gpu.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2019-11-09 18:01:39 +0100
committernicolargo <nicolashennion@gmail.com>2019-11-09 18:01:39 +0100
commitd434333dfe8f377989537ddad2296215fd6f78b5 (patch)
tree6c402d2fdd3a064bdcace23f95d1440f99d1892e /docs/aoa/gpu.rst
parente7cc51fab9e486f13b945c3f87e001a4cf1b5e47 (diff)
NVIDIA GPU temperature #1523
Diffstat (limited to 'docs/aoa/gpu.rst')
-rw-r--r--docs/aoa/gpu.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/aoa/gpu.rst b/docs/aoa/gpu.rst
index 22d6886d..85d1cdba 100644
--- a/docs/aoa/gpu.rst
+++ b/docs/aoa/gpu.rst
@@ -4,11 +4,15 @@ GPU
===
.. note::
- You need to install the `nvidia-ml-py3`_ library on your system.
+ You need to install the `py3nvml`_ library on your system.
+ Or `nvidia-ml-py3`_ for Glances 3.1.3 or lower.
The GPU stats are shown as a percentage of value and for the configured
-refresh time. The total GPU usage is displayed on the first line, the
-memory consumption on the second one.
+refresh time. It displays:
+
+- total GPU usage
+- memory consumption
+- temperature (Glances 3.1.4 or higher)
.. image:: ../_static/gpu.png
@@ -45,4 +49,5 @@ GPU (PROC/MEM) Status
``>90%`` ``CRITICAL``
============== ============
-.. _nvidia-ml-py3: https://pypi.python.org/pypi/nvidia-ml-py3
+.. _py3nvml: https://pypi.org/project/py3nvml/
+.. _nvidia-ml-py3: https://pypi.org/project/nvidia-ml-py3/