Documentation ¶
Overview ¶
Package memory regroups collecting information about the memory
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶ added in v0.47.0
type Info struct { // TotalBytes is the total memory for the host in byte TotalBytes utils.Value[uint64] `json:"total"` // SwapTotalBytes is the swap memory size in kilobyte (Unix only) SwapTotalKb utils.Value[uint64] `json:"swap_total" unit:"kb"` }
Info holds memory metadata about the host
func CollectInfo ¶ added in v0.47.0
func CollectInfo() *Info
CollectInfo returns an Info struct with every field initialized either to a value or an error. The method will try to collect as many fields as possible.
Click to show internal directories.
Click to hide internal directories.