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:
wittypluck 2024-04-08 08:42:37 +02:00 committed by GitHub
parent f649562df0
commit b000e36d81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.