Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonData ¶
type CommonData struct {
// contains filtered or unexported fields
}
func NewCommonData ¶
func NewCommonData(router *eventrouting.EventRouter) *CommonData
func (*CommonData) AppsNotInDesiredState ¶
func (cd *CommonData) AppsNotInDesiredState() int
func (*CommonData) GetDisplayAppStatsMap ¶
func (cd *CommonData) GetDisplayAppStatsMap() map[string]*DisplayAppStats
func (*CommonData) IsWarmupComplete ¶
func (cd *CommonData) IsWarmupComplete() bool
func (*CommonData) PostProcessData ¶
func (cd *CommonData) PostProcessData() map[string]*DisplayAppStats
type DisplayAppStats ¶
type DisplayAppStats struct { *eventApp.AppStats AppName string SpaceId string SpaceName string OrgId string OrgName string DesiredContainers int StackId string StackName string IsolationSegmentGuid string IsolationSegmentName string TotalCpuPercentage float64 TotalMemoryUsed int64 TotalDiskUsed int64 TotalReportingContainers int TotalLogStdout int64 TotalLogStderr int64 }
func NewDisplayAppStats ¶
func NewDisplayAppStats(appStats *eventApp.AppStats) *DisplayAppStats
Click to show internal directories.
Click to hide internal directories.