package load

Import Path
	github.com/gofiber/fiber/v2/internal/gopsutil/load (on go.dev)

Dependency Relation
	imports 7 packages, and imported by one package

Involved Source Files load.go load_linux.go
Package-Level Type Names (total 2)
/* sort by: | */
var invoke common.Invoker = common.Invoke{} Load1 float64 Load15 float64 Load5 float64 ( AvgStat) String() string AvgStat : github.com/ChrisTrenkamp/goxpath/tree.Result AvgStat : fmt.Stringer func Avg() (*AvgStat, error) func AvgWithContext(ctx context.Context) (*AvgStat, error)
Ctxt int64 ProcsBlocked int64 ProcsCreated int64 ProcsRunning int64 ProcsTotal int64 ( MiscStat) String() string MiscStat : github.com/ChrisTrenkamp/goxpath/tree.Result MiscStat : fmt.Stringer func Misc() (*MiscStat, error) func MiscWithContext(ctx context.Context) (*MiscStat, error)
Package-Level Functions (total 4)
func Avg() (*AvgStat, error)
Misc returnes miscellaneous host-wide statistics. Note: the name should be changed near future.