Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for monitoring memory in a Network Element. Copyright (c) 2016-2017 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStatistics ¶
type MemoryStatistics struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The list of software memory pools in the system. The type is slice of // MemoryStatistics_MemoryStatistic. MemoryStatistic []*MemoryStatistics_MemoryStatistic }
MemoryStatistics Data nodes for All Memory Pool Statistics.
func (*MemoryStatistics) GetEntityData ¶
func (memoryStatistics *MemoryStatistics) GetEntityData() *types.CommonEntityData
type MemoryStatistics_MemoryStatistic ¶
type MemoryStatistics_MemoryStatistic struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The name of the memory pool. The type is string. Name interface{} // Total memory in the pool (bytes). The type is interface{} with range: // 0..18446744073709551615. Units are bytes. TotalMemory interface{} // Total used memory in the pool (bytes). The type is interface{} with range: // 0..18446744073709551615. Units are bytes. UsedMemory interface{} // Total free memory in the pool (bytes). The type is interface{} with range: // 0..18446744073709551615. Units are bytes. FreeMemory interface{} // Historical lowest memory usage (bytes). The type is interface{} with range: // 0..18446744073709551615. Units are bytes. LowestUsage interface{} // Historical highest memory usage (bytes). The type is interface{} with // range: 0..18446744073709551615. Units are bytes. HighestUsage interface{} }
MemoryStatistics_MemoryStatistic The list of software memory pools in the system.
func (*MemoryStatistics_MemoryStatistic) GetEntityData ¶
func (memoryStatistic *MemoryStatistics_MemoryStatistic) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.