MCPcopy Create free account
hub / github.com/PasarGuard/node / BuildInterfaceStats

Function BuildInterfaceStats

pkg/stats/interface_counters.go:77–79  ·  view source on GitHub ↗
(name, link string, rx, tx int64)

Source from the content-addressed store, hash-verified

75}
76
77func BuildInterfaceStats(name, link string, rx, tx int64) []*common.Stat {
78 return buildDeltaStats(name, link, rx, tx)
79}

Callers 2

TestBuildInterfaceStatsFunction · 0.85

Calls 1

buildDeltaStatsFunction · 0.85

Tested by 1

TestBuildInterfaceStatsFunction · 0.68