cisco_ios_xr_wdsysmon_fd_oper_system_monitoring_cpu_utilization

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-wdsysmon-fd-oper:system-monitoring/cpu-utilization

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeCpuUtil

type NodeCpuUtil struct {
	TotalCpuOneMinute     uint32            `protobuf:"varint,50,opt,name=total_cpu_one_minute,json=totalCpuOneMinute,proto3" json:"total_cpu_one_minute,omitempty"`
	TotalCpuFiveMinute    uint32            `protobuf:"varint,51,opt,name=total_cpu_five_minute,json=totalCpuFiveMinute,proto3" json:"total_cpu_five_minute,omitempty"`
	TotalCpuFifteenMinute uint32            `` /* 130-byte string literal not displayed */
	ProcessCpu            []*ProcessCpuUtil `protobuf:"bytes,53,rep,name=process_cpu,json=processCpu,proto3" json:"process_cpu,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}          `json:"-"`
	XXX_unrecognized      []byte            `json:"-"`
	XXX_sizecache         int32             `json:"-"`
}

func (*NodeCpuUtil) Descriptor

func (*NodeCpuUtil) Descriptor() ([]byte, []int)

func (*NodeCpuUtil) GetProcessCpu

func (m *NodeCpuUtil) GetProcessCpu() []*ProcessCpuUtil

func (*NodeCpuUtil) GetTotalCpuFifteenMinute

func (m *NodeCpuUtil) GetTotalCpuFifteenMinute() uint32

func (*NodeCpuUtil) GetTotalCpuFiveMinute

func (m *NodeCpuUtil) GetTotalCpuFiveMinute() uint32

func (*NodeCpuUtil) GetTotalCpuOneMinute

func (m *NodeCpuUtil) GetTotalCpuOneMinute() uint32

func (*NodeCpuUtil) ProtoMessage

func (*NodeCpuUtil) ProtoMessage()

func (*NodeCpuUtil) Reset

func (m *NodeCpuUtil) Reset()

func (*NodeCpuUtil) String

func (m *NodeCpuUtil) String() string

func (*NodeCpuUtil) XXX_DiscardUnknown

func (m *NodeCpuUtil) XXX_DiscardUnknown()

func (*NodeCpuUtil) XXX_Marshal

func (m *NodeCpuUtil) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeCpuUtil) XXX_Merge

func (m *NodeCpuUtil) XXX_Merge(src proto.Message)

func (*NodeCpuUtil) XXX_Size

func (m *NodeCpuUtil) XXX_Size() int

func (*NodeCpuUtil) XXX_Unmarshal

func (m *NodeCpuUtil) XXX_Unmarshal(b []byte) error

type NodeCpuUtil_KEYS

type NodeCpuUtil_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeCpuUtil_KEYS) Descriptor

func (*NodeCpuUtil_KEYS) Descriptor() ([]byte, []int)

func (*NodeCpuUtil_KEYS) GetNodeName

func (m *NodeCpuUtil_KEYS) GetNodeName() string

func (*NodeCpuUtil_KEYS) ProtoMessage

func (*NodeCpuUtil_KEYS) ProtoMessage()

func (*NodeCpuUtil_KEYS) Reset

func (m *NodeCpuUtil_KEYS) Reset()

func (*NodeCpuUtil_KEYS) String

func (m *NodeCpuUtil_KEYS) String() string

func (*NodeCpuUtil_KEYS) XXX_DiscardUnknown

func (m *NodeCpuUtil_KEYS) XXX_DiscardUnknown()

func (*NodeCpuUtil_KEYS) XXX_Marshal

func (m *NodeCpuUtil_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeCpuUtil_KEYS) XXX_Merge

func (m *NodeCpuUtil_KEYS) XXX_Merge(src proto.Message)

func (*NodeCpuUtil_KEYS) XXX_Size

func (m *NodeCpuUtil_KEYS) XXX_Size() int

func (*NodeCpuUtil_KEYS) XXX_Unmarshal

func (m *NodeCpuUtil_KEYS) XXX_Unmarshal(b []byte) error

type ProcessCpuUtil

type ProcessCpuUtil struct {
	ProcessName             string   `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"`
	ProcessId               uint32   `protobuf:"varint,2,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
	ProcessCpuOneMinute     uint32   `protobuf:"varint,3,opt,name=process_cpu_one_minute,json=processCpuOneMinute,proto3" json:"process_cpu_one_minute,omitempty"`
	ProcessCpuFiveMinute    uint32   `` /* 126-byte string literal not displayed */
	ProcessCpuFifteenMinute uint32   `` /* 135-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*ProcessCpuUtil) Descriptor

func (*ProcessCpuUtil) Descriptor() ([]byte, []int)

func (*ProcessCpuUtil) GetProcessCpuFifteenMinute

func (m *ProcessCpuUtil) GetProcessCpuFifteenMinute() uint32

func (*ProcessCpuUtil) GetProcessCpuFiveMinute

func (m *ProcessCpuUtil) GetProcessCpuFiveMinute() uint32

func (*ProcessCpuUtil) GetProcessCpuOneMinute

func (m *ProcessCpuUtil) GetProcessCpuOneMinute() uint32

func (*ProcessCpuUtil) GetProcessId

func (m *ProcessCpuUtil) GetProcessId() uint32

func (*ProcessCpuUtil) GetProcessName

func (m *ProcessCpuUtil) GetProcessName() string

func (*ProcessCpuUtil) ProtoMessage

func (*ProcessCpuUtil) ProtoMessage()

func (*ProcessCpuUtil) Reset

func (m *ProcessCpuUtil) Reset()

func (*ProcessCpuUtil) String

func (m *ProcessCpuUtil) String() string

func (*ProcessCpuUtil) XXX_DiscardUnknown

func (m *ProcessCpuUtil) XXX_DiscardUnknown()

func (*ProcessCpuUtil) XXX_Marshal

func (m *ProcessCpuUtil) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProcessCpuUtil) XXX_Merge

func (m *ProcessCpuUtil) XXX_Merge(src proto.Message)

func (*ProcessCpuUtil) XXX_Size

func (m *ProcessCpuUtil) XXX_Size() int

func (*ProcessCpuUtil) XXX_Unmarshal

func (m *ProcessCpuUtil) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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