routingengine

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCollector

func NewCollector() collector.RPCCollector

NewCollector creates a new collector

Types

type RouteEngine

type RouteEngine struct {
	Temperature        RouteEngineTemperature `xml:"temperature"`
	MemoryUtilization  float64                `xml:"memory-buffer-utilization"`
	CPUTemperature     RouteEngineTemperature `xml:"cpu-temperature"`
	CPUUser            float64                `xml:"cpu-user"`
	CPUBackground      float64                `xml:"cpu-background"`
	CPUSystem          float64                `xml:"cpu-system"`
	CPUInterrupt       float64                `xml:"cpu-interrupt"`
	CPUIdle            float64                `xml:"cpu-idle"`
	LoadAverageOne     float64                `xml:"load-average-one"`
	LoadAverageFive    float64                `xml:"load-average-five"`
	LoadAverageFifteen float64                `xml:"load-average-fifteen"`
}

type RouteEngineTemperature

type RouteEngineTemperature struct {
	Value float64 `xml:"celsius,attr"`
}

type RoutingEngineRpc

type RoutingEngineRpc struct {
	Information struct {
		RouteEngine RouteEngine `xml:"route-engine"`
	} `xml:"route-engine-information"`
}

Jump to

Keyboard shortcuts

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