mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-03 15:15:02 +03:00
update documentation for nvidia-ml-py
This commit is contained in:
parent
a8cc610ec1
commit
0bca21f8b1
@ -105,7 +105,7 @@ Optional dependencies:
|
||||
- ``kafka-python`` (for the Kafka export module)
|
||||
- ``netifaces`` (for the IP plugin)
|
||||
- ``orjson`` (fast JSON library, used under the hood by FastAPI)
|
||||
- ``py3nvml`` (for the GPU plugin)
|
||||
- ``nvidia-ml-py`` (for the GPU plugin)
|
||||
- ``pycouchdb`` (for the CouchDB export module)
|
||||
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
|
||||
- ``podman`` (for the Containers Podman monitoring support)
|
||||
|
@ -4,7 +4,8 @@ GPU
|
||||
===
|
||||
|
||||
.. note::
|
||||
You need to install the `py3nvml`_ library on your system.
|
||||
You need to install the `nvidia-ml-py`_ library on your system.
|
||||
Or `py3nvml`_ for Glances 3.4.0.2 or lower.
|
||||
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
|
||||
@ -49,5 +50,6 @@ GPU (PROC/MEM) Status
|
||||
``>90%`` ``CRITICAL``
|
||||
============== ============
|
||||
|
||||
.. _nvidia-ml-py: https://pypi.org/project/nvidia-ml-py/
|
||||
.. _py3nvml: https://pypi.org/project/py3nvml/
|
||||
.. _nvidia-ml-py3: https://pypi.org/project/nvidia-ml-py3/
|
||||
|
Loading…
Reference in New Issue
Block a user