From c32b1d6656c4541a64d2a74aba36fc7d869899bc Mon Sep 17 00:00:00 2001 From: fhoekstra <32362869+fhoekstra@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:22:13 +0200 Subject: [PATCH] Add Glances GPU sensors documentation (#30481) --- source/_integrations/glances.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/glances.markdown b/source/_integrations/glances.markdown index 48ea454d7bc..fcf2d5a444e 100644 --- a/source/_integrations/glances.markdown +++ b/source/_integrations/glances.markdown @@ -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.