Versions in this module Expand all Collapse all v1 v1.5.5 Oct 25, 2023 Changes in this version + type CPUInfo struct + Cores int32 + Frequency float64 + ModelName string + type Process struct + RSS uint64 + UsagePercent float64 + VMS uint64 + func GetProcess() *Process + type System struct + CPUInfo []CPUInfo + UsagePercent float64 + func GetSystemCPU() *System