mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
add docker container net stats
This commit is contained in:
@@ -44,9 +44,11 @@ type SystemStats struct {
|
||||
}
|
||||
|
||||
type ContainerStats struct {
|
||||
Name string `json:"n"`
|
||||
Cpu float64 `json:"c"`
|
||||
Mem float64 `json:"m"`
|
||||
Name string `json:"n"`
|
||||
Cpu float64 `json:"c"`
|
||||
Mem float64 `json:"m"`
|
||||
NetworkSent float64 `json:"ns"`
|
||||
NetworkRecv float64 `json:"nr"`
|
||||
}
|
||||
|
||||
type EmailData struct {
|
||||
|
Reference in New Issue
Block a user