dataCommon

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL