Versions in this module Expand all Collapse all v0 v0.2.0 Feb 27, 2023 Changes in this version + type CPU []Core + func Occupancy() (cpu CPU, err error) + func (c CPU) AVG() (occupancy float64) + func (c CPU) Max() (core Core) + func (c CPU) Min() (core Core) + type Core struct + No string + Occupancy float64