package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 18, 2015
License: MIT, BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoadAvgStat struct {
Load1 float64 `json:"load1"`
Load5 float64 `json:"load5"`
Load15 float64 `json:"load15"`
}
func LoadAvg() (*LoadAvgStat, error)
func (l LoadAvgStat) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.