dataCommon

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2017 License: Apache-2.0 Imports: 8 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
	SpaceName         string
	OrgName           string
	DesiredContainers int
	StackId           string
	StackName         string

	TotalCpuPercentage float64
	TotalUsedMemory    uint64
	TotalUsedDisk      uint64

	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