Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayCellStats ¶
type DisplayCellStats struct {
*eventdata.CellStats
TotalContainerCpuPercentage float64 // updated when snapshot
TotalContainerReservedMemory uint64 // updated when snapshot
TotalContainerUsedMemory uint64 // updated when snapshot
TotalContainerReservedDisk uint64 // updated when snapshot
TotalContainerUsedDisk uint64 // updated when snapshot
TotalReportingContainers int // updated when snapshot
TotalLogOutCount int64 // updated when snapshot
TotalLogErrCount int64 // updated when snapshot
}
func NewDisplayCellStats ¶
func NewDisplayCellStats(cellStats *eventdata.CellStats) *DisplayCellStats
Click to show internal directories.
Click to hide internal directories.