mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-05 09:46:50 +00:00
Add Glances GPU sensors documentation (#30481)
This commit is contained in:
parent
d2b2feffa9
commit
c32b1d6656
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user