Add Glances GPU sensors documentation (#30481)

This commit is contained in:
fhoekstra 2024-04-08 08:22:13 +02:00 committed by GitHub
parent d2b2feffa9
commit c32b1d6656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,11 @@ Glances integration will add the following sensors if available in the platform:
- For each detected raid the following sensors will be created:
- raid_available: The number of available devices for the raid.
- raid_used: The number of devices used by the raid.
- For each detected GPU (video card) the following sensors will be created:
- memory_use: The amount of available VRAM used in percent.
- processor_use: The load on the GPU processor in percent.
- temperature: The temperature that the GPU reports, in degrees Celsius.
- fan_speed: The speed of the GPU fan, in percent.
- uptime: The server uptime.
Not all platforms are able to provide all metrics. For instance the cpu temp sensor requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.
Not all platforms are able to provide all metrics. For instance the GPU sensors require installing the py3nvml Python package, and the cpu temp sensor requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.