Adds current memory usage widget

This commit is contained in:
Alicia Sykes
2022-01-08 13:55:26 +00:00
parent 8349206770
commit 4e64ccff3b
4 changed files with 171 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
- [CPU Usage Current](#current-cpu-usage)
- [CPU Usage Per Core](#cpu-usage-per-core)
- [CPU Usage History](#cpu-usage-history)
- [Memory Usage Current](#current-memory-usage)
- [Dynamic Widgets](#dynamic-widgets)
- [Iframe Widget](#iframe-widget)
- [HTML Embed Widget](#html-embedded-widget)
@@ -1240,6 +1241,22 @@ Recent CPU usage history, across all cores, and displayed by user and system
---
### Current Memory Usage
Real-time memory usage gauge, with more info visible on click
<p align="center"><img width="500" src="https://i.ibb.co/rynp52J/gl-mem-usage.png" /></p>
##### Example
```yaml
- type: gl-current-mem
options:
hostname: http://192.168.130.2:61208
```
---
## Dynamic Widgets
### Iframe Widget