Versions in this module Expand all Collapse all v1 v1.2.0 Feb 16, 2025 v1.1.2 Nov 28, 2024 v1.1.1 Jun 21, 2024 Changes in this version type SystemInfo + DiskUsage *disk.UsageStat v1.1.0 Jun 20, 2024 Changes in this version + type SystemInfo struct + CPUInfo []cpu.InfoStat + CPUUsageRates []float64 + DiskUasage *disk.UsageStat + Memory *mem.VirtualMemoryStat + func GetSystemUsage() (*SystemInfo, error) + func (s SystemInfo) Print()