mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add Glances network sensors (#32171)
* Add Glances network sensors * Update glances.markdown * Tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
460c5da496
commit
18f2138566
@ -61,6 +61,9 @@ Glances integration will add the following sensors if available in the platform:
|
|||||||
- For each detected raid the following sensors will be created:
|
- For each detected raid the following sensors will be created:
|
||||||
- raid_available: The number of available devices for the raid.
|
- raid_available: The number of available devices for the raid.
|
||||||
- raid_used: The number of devices used by the raid.
|
- raid_used: The number of devices used by the raid.
|
||||||
|
- For each detected network interface, the following sensors will be created:
|
||||||
|
- network_rx: Average rate of data received since last update in Megabits per second.
|
||||||
|
- network_tx: Average rate of data sent since last update in Megabits per second.
|
||||||
- For each detected GPU (video card) the following sensors will be created:
|
- For each detected GPU (video card) the following sensors will be created:
|
||||||
- memory_use: The amount of available VRAM used in percent.
|
- memory_use: The amount of available VRAM used in percent.
|
||||||
- processor_use: The load on the GPU processor in percent.
|
- processor_use: The load on the GPU processor in percent.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user