Versions in this module Expand all Collapse all v0 v0.10.0 Nov 4, 2024 v0.9.0 Sep 20, 2024 Changes in this version + type StatsUtil interface + CollectNetworkStats func(pid int, interfaces []native.NetInterface) (map[string]dockertypes.NetworkStats, error) + GetNumberOnlineCPUs func() (uint32, error) + GetSystemCPUUsage func() (uint64, error) + func NewStatsUtil() StatsUtil