qosaware

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// MetricsNamePlugQoSAwareHearBeat is the heartbeat metrics of qos aware plugin
	MetricsNamePlugQoSAwareHearBeat = "plugin_qosaware_heartbeat"
)

Variables

This section is empty.

Functions

func NewQoSAwarePlugin

func NewQoSAwarePlugin(pluginName string, conf *config.Configuration, extraConf interface{}, emitterPool metricspool.MetricsEmitterPool,
	metaServer *metaserver.MetaServer, metaCache metacache.MetaCache) (plugin.SysAdvisorPlugin, error)

NewQoSAwarePlugin creates a qos aware plugin with the specified config

Types

type QoSAwarePlugin

type QoSAwarePlugin struct {
	// contains filtered or unexported fields
}

QoSAwarePlugin calculates node headroom and updates resource provision value suggestions using different algorithms configured by user. Resource headroom data will be reported by the reporter and provision result will be sync to QRM plugin by gRPC. To take different resource dimensions into consideration, implement calculators or algorithms for each resource and register them to qos aware plugin.

func (*QoSAwarePlugin) Init

func (qap *QoSAwarePlugin) Init() error

Init initializes the qos aware plugin

func (*QoSAwarePlugin) Name

func (qap *QoSAwarePlugin) Name() string

Name returns the name of qos aware plugin

func (*QoSAwarePlugin) Run

func (qap *QoSAwarePlugin) Run(ctx context.Context)

Run starts the qos aware plugin, which periodically inspects cpu usage and takes measures.

Jump to

Keyboard shortcuts

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