Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadAvgStat ¶
type LoadAvgStat struct { Load1 float64 `json:"load1"` Load5 float64 `json:"load5"` Load15 float64 `json:"load15"` }
func LoadAvg ¶
func LoadAvg() (*LoadAvgStat, error)
func (LoadAvgStat) String ¶
func (l LoadAvgStat) String() string
Click to show internal directories.
Click to hide internal directories.