Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CPUStats ¶
type CPUStats struct {
// contains filtered or unexported fields
}
func NewCPUStats ¶
func NewProcMonitor ¶ added in v1.30.0
func (*CPUStats) GetCPUIdle ¶
func (*CPUStats) GetCPULoad ¶ added in v1.37.0
type GroupMemory ¶ added in v1.45.1
type GroupMemory struct {
Total int
Procs map[int]ProcMemoryEntry
}
type MemoryStats ¶ added in v1.37.0
type MemoryStats struct {
// contains filtered or unexported fields
}
func NewMemoryStats ¶ added in v1.37.0
func NewMemoryStats() (*MemoryStats, error)
type ProcMemoryEntry ¶ added in v1.45.1
Click to show internal directories.
Click to hide internal directories.