Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentConfig ¶
type AgentConfig struct {
// contains filtered or unexported fields
}
AgentConfig configuration parameters
type CPUStats ¶
type CPUStats struct {
Time time.Time
PerCPUUsage []uint64
TotalUsage uint64
UsageInKernelmode uint64
UsageInUsermode uint64
PreTime time.Time
PrePerCPUUsage []uint64
PreTotalUsage uint64
PreUsageInKernelmode uint64
PreUsageInUsermode uint64
}
CPUStats cpu stats
type CPUStatsDiff ¶
type CPUStatsDiff struct {
Duration uint64
TotalUsage float64
UsageInKernelmode float64
UsageInUsermode float64
}
CPUStatsDiff diff between two cpu stats
type ContainerData ¶
type ContainerData struct {
ID string
// contains filtered or unexported fields
}
ContainerData data
type IOStatsDiff ¶
IOStatsDiff diff between two IOStats
Click to show internal directories.
Click to hide internal directories.