Improve epbf bandwidth stats monitor

This commit is contained in:
Daniel
2023-07-20 14:02:21 +02:00
parent 4c21c87b8a
commit 6d569ca346
6 changed files with 121 additions and 115 deletions

View File

@@ -14,8 +14,9 @@ import (
)
type bpfSkInfo struct {
Rx uint64
Tx uint64
Rx uint64
Tx uint64
Reported uint64
}
type bpfSkKey struct {