Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stat ¶
type Stat struct { // Total memory in bytes Total uint64 // Available memory in bytes Available uint64 // Available memory in percentage AvailablePercent float64 // Used memory in bytes Used uint64 // Used memory in percentage UsedPercent float64 }
Stat represents memory statistics (cgroup aware)
Click to show internal directories.
Click to hide internal directories.