Documentation ¶
Index ¶
Constants ¶
View Source
const ( RealTimeInterval = 20 FiveMinutesInterval = 300 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerfCollector ¶
type PerfCollector struct { MetricDefinition *perfMetricsIDs //These are the metrics contained in the config file once not available ones or not included in the level has been dropped // contains filtered or unexported fields }
func NewCollector ¶ added in v1.1.0
func (*PerfCollector) Collect ¶
func (c *PerfCollector) Collect(mos []types.ManagedObjectReference, metrics []types.PerfMetricId, intervalId int32) map[types.ManagedObjectReference][]PerfMetric
type PerfMetric ¶
this struct is not needed we can decide to pass more info and process it in the process, it would hide logic
Click to show internal directories.
Click to hide internal directories.