add bandwidth chart

This commit is contained in:
Henry Dollman
2024-07-19 17:00:19 -04:00
parent 8a6b25ddae
commit 224f51da1a
5 changed files with 122 additions and 19 deletions

View File

@@ -39,6 +39,8 @@ type SystemStats struct {
DiskPct float64 `json:"dp"`
DiskRead float64 `json:"dr"`
DiskWrite float64 `json:"dw"`
NetworkSent float64 `json:"ns"`
NetworkRecv float64 `json:"nr"`
}
type ContainerStats struct {