Adds a disk IO widget

This commit is contained in:
Alicia Sykes
2022-01-15 21:30:43 +00:00
parent 323123e6c0
commit 63a0d18813
3 changed files with 153 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
- [CPU Usage History](#cpu-usage-history)
- [Memory Usage Current](#current-memory-usage)
- [Memory Usage History](#memory-usage-history)
- [Disk Space](#disk-space)
- [Disk IO](#disk-io)
- [Dynamic Widgets](#dynamic-widgets)
- [Iframe Widget](#iframe-widget)
- [HTML Embed Widget](#html-embedded-widget)
@@ -1298,6 +1300,22 @@ List connected disks, showing free / used space and other info (file system, mou
---
### Disk IO
Shows real-time read and write speeds and operations per sec for each disk
<p align="center"><img width="400" src="https://i.ibb.co/JdgjCjG/gl-disk-io.png" /></p>
##### Example
```yaml
- type: gl-disk-io
options:
hostname: http://192.168.130.2:61208
```
---
## Dynamic Widgets
### Iframe Widget