Versions in this module Expand all Collapse all v1 v1.0.0 Sep 21, 2015 Changes in this version + const GB + func GetAverage(array []float32) float32 + type AllStat struct + CPU MultipleStat + Disk SingleStat + RAM SingleStat + func GetAllStats(cpu MultipleStat, ram SingleStat, disk SingleStat) AllStat + type MultipleStat struct + AverageUsagePercentage float32 + UsagePercentagePerCore []float32 + func BuildCPUMultipleStat(usagePercentagePerCore []float32) MultipleStat + func GetCPUStat() MultipleStat + type SingleStat struct + AvailableGB float32 + TotalGB float32 + UsagePercentage float32 + UsedGB float32 + func BuildDiskStat(diskUsage disk.DiskUsageStat) SingleStat + func BuildRamStat(vm mem.VirtualMemoryStat) SingleStat + func GetDiskStat() SingleStat + func GetRAMStat() SingleStat