Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct { Memory struct { Usage int64 `json:"usage"` Limit int64 `json:"limit"` Stats struct { Cache int64 `json:"cache"` } `json:"stats"` } `json:"memory_stats"` CPUStats types.CPUStats `json:"cpu_stats"` PreCPUStats types.CPUStats `json:"precpu_stats"` }
func (*Stats) GetCPUUsage ¶
func (*Stats) GetUsedMemory ¶
Click to show internal directories.
Click to hide internal directories.