mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +08:00
measure docker network stats per second
This commit is contained in:
@@ -167,5 +167,9 @@ type NetIoStats struct {
|
||||
|
||||
type PrevContainerStats struct {
|
||||
Cpu [2]uint64
|
||||
Net [2]uint64
|
||||
Net struct {
|
||||
Sent uint64
|
||||
Recv uint64
|
||||
Time time.Time
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user