Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvgStat ¶
type MiscStat ¶
type MiscStat struct {
ProcsTotal int `json:"procsTotal"`
ProcsCreated int `json:"procsCreated"`
ProcsRunning int `json:"procsRunning"`
ProcsBlocked int `json:"procsBlocked"`
Ctxt int `json:"ctxt"`
}
func Misc ¶
Misc returnes miscellaneous host-wide statistics. Note: the name should be changed near future.
Source Files
¶
- load.go
- load_linux.go
Click to show internal directories.
Click to hide internal directories.