The highest tagged major version is
v3.
package
Version:
v2.49.2
Opens a new window with list of versions in this module.
Published: Sep 14, 2023
License: MIT, BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AvgStat struct {
Load1 float64 `json:"load1"`
Load5 float64 `json:"load5"`
Load15 float64 `json:"load15"`
}
type MiscStat struct {
ProcsTotal int64 `json:"procsTotal"`
ProcsCreated int64 `json:"procsCreated"`
ProcsRunning int64 `json:"procsRunning"`
ProcsBlocked int64 `json:"procsBlocked"`
Ctxt int64 `json:"ctxt"`
}
Misc returnes miscellaneous host-wide statistics.
Note: the name should be changed near future.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.