mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
add swap usage chart
This commit is contained in:
@@ -34,6 +34,8 @@ type SystemStats struct {
|
||||
MemUsed float64 `json:"mu"`
|
||||
MemPct float64 `json:"mp"`
|
||||
MemBuffCache float64 `json:"mb"`
|
||||
Swap float64 `json:"s"`
|
||||
SwapUsed float64 `json:"su"`
|
||||
Disk float64 `json:"d"`
|
||||
DiskUsed float64 `json:"du"`
|
||||
DiskPct float64 `json:"dp"`
|
||||
|
Reference in New Issue
Block a user