Closed KushalP closed 9 years ago
Adds a new LoadAverage struct that holds the one, five and ten minute load averages for the machine. The values are read from the unix.Sysinfo_t struct that's already loaded as part of the getSysInfo() function.
LoadAverage
unix.Sysinfo_t
getSysInfo()
Two things to keep in mind:
@KushalP Nice! First contributor!
Adds a new
LoadAverage
struct that holds the one, five and ten minute load averages for the machine. The values are read from theunix.Sysinfo_t
struct that's already loaded as part of thegetSysInfo()
function.