mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add Glances DiskIO read/write sensors (#32173)
* Add Glances DiskIO read/write sensors * tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
f649562df0
commit
b000e36d81
@ -39,6 +39,9 @@ Glances integration will add the following sensors if available in the platform:
|
||||
- disk_use_percent: The used disk space in percent.
|
||||
- disk_use: The used disk space.
|
||||
- disk_free: The free disk space.
|
||||
- For each detected physical disk, the following sensors will be created:
|
||||
- diskio_read: Average rate of data read from the device in megabytes per second.
|
||||
- diskio_write: Average rate of data written to the device in megabytes per second.
|
||||
- memory_use_percent: The used memory in percent.
|
||||
- memory_use: The used memory.
|
||||
- memory_free: The free memory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user