RIVERSTONE-SYSTEM-RESOURCES-MIB

File: RIVERSTONE-SYSTEM-RESOURCES-MIB.mib (10429 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF RIVERSTONE-SMI-MIB
ENTITY-MIB

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
riverstoneMibs entPhysicalIndex

Defined Types

RsUtlCPUEntry  
SEQUENCE    
  rsUtlCPUSystemUtilization5Sec Unsigned32
  rsUtlCPUUserUtilization5Sec Unsigned32
  rsUtlCPUSystemUtilization60Sec Unsigned32
  rsUtlCPUUserUtilization60Sec Unsigned32
  rsUtlCPUSystemUtilization5Min Unsigned32
  rsUtlCPUUserUtilization5Min Unsigned32

RsUtlMemoryEntry  
SEQUENCE    
  rsUtlMemoryActivePages5Sec Unsigned32
  rsUtlMemoryFreePages5Sec Unsigned32
  rsUtlMemoryActivePages60Sec Unsigned32
  rsUtlMemoryFreePages60Sec Unsigned32
  rsUtlMemoryActivePages5Min Unsigned32
  rsUtlMemoryFreePages5Min Unsigned32

Defined Values

rsSystemResourcesMIB 1.3.6.1.4.1.5567.2.281
This module defines a schema to access management information pertaining to system resources on Riverstone Device
MODULE-IDENTITY    

rsSystemUtilization 1.3.6.1.4.1.5567.2.281.5
System utilization related objects
Status: current Access: read-only
OBJECT-IDENTITY    

rsCpuUtl 1.3.6.1.4.1.5567.2.281.5.5
cpu group
Status: current Access: read-only
OBJECT-IDENTITY    

rsMemory 1.3.6.1.4.1.5567.2.281.5.10
memory group
Status: current Access: read-only
OBJECT-IDENTITY    

rsUtlSamplingRate 1.3.6.1.4.1.5567.2.281.5.25
Stats are polled at these number of micro seconds interval
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 100..60000  

rsUtlConformance 1.3.6.1.4.1.5567.2.281.5.35
capacity conformance group
Status: current Access: read-write
OBJECT-IDENTITY    

rsUtlCPUTable 1.3.6.1.4.1.5567.2.281.5.5.1
Summary of CPU statistics. It is assumed that there is only one CPU per line card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsUtlCPUEntry

rsUtlCPUEntry 1.3.6.1.4.1.5567.2.281.5.5.1.1
An entry containing CPU utilization information.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsUtlCPUEntry  

rsUtlCPUSystemUtilization5Sec 1.3.6.1.4.1.5567.2.281.5.5.1.1.1
The CPU utilization expressed as an integer percentage. This is calculated over the last 5 seconds at rsUtlSamplingRate interval as a simple average. This is 'system time'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rsUtlCPUUserUtilization5Sec 1.3.6.1.4.1.5567.2.281.5.5.1.1.2
The CPU utilization expressed as an integer percentage. This is calculated over the last 5 seconds at rsUtlSamplingRate interval as a simple average. This is 'user time'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rsUtlCPUSystemUtilization60Sec 1.3.6.1.4.1.5567.2.281.5.5.1.1.3
The CPU utilization expressed as an integer percentage. This is calculated over the last 60 seconds at rsUtlSamplingRate interval as a simple average. This is 'system time'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rsUtlCPUUserUtilization60Sec 1.3.6.1.4.1.5567.2.281.5.5.1.1.4
The CPU utilization expressed as an integer percentage. This is calculated over the last 60 seconds at rsUtlSamplingRate interval as a simple average. This is 'user time'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rsUtlCPUSystemUtilization5Min 1.3.6.1.4.1.5567.2.281.5.5.1.1.5
The CPU utilization expressed as an integer percentage. This is calculated over the last 5 Min at rsUtlSamplingRate interval as a simple average. This is 'system time'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rsUtlCPUUserUtilization5Min 1.3.6.1.4.1.5567.2.281.5.5.1.1.6
The CPU utilization expressed as an integer percentage. This is calculated over the last 5 Min. at rsUtlSamplingRate interval as a simple average. This is 'user time'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rsUtlMemoryTable 1.3.6.1.4.1.5567.2.281.5.10.1
Summary of Memory statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsUtlMemoryEntry

rsUtlMemoryEntry 1.3.6.1.4.1.5567.2.281.5.10.1.1
An entry containing Memory utilization information.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsUtlMemoryEntry  

rsUtlMemoryActivePages5Sec 1.3.6.1.4.1.5567.2.281.5.10.1.1.1
The Memory utilization in terms of active pages of size 1024 bytes.This is calculated over the last 5 seconds, sampled average at every rsUtlSamplingRate
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsUtlMemoryFreePages5Sec 1.3.6.1.4.1.5567.2.281.5.10.1.1.2
The Memory utilization in terms free pages of size 1024 bytes.This is calculated over the last 5 seconds, sampled average at every rsUtlSamplingRate
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsUtlMemoryActivePages60Sec 1.3.6.1.4.1.5567.2.281.5.10.1.1.3
The Memory utilization in terms of active pages of size 1024 bytes.This is calculated over the last 60 seconds, sampled average at every rsUtlSamplingRate
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsUtlMemoryFreePages60Sec 1.3.6.1.4.1.5567.2.281.5.10.1.1.4
The Memory utilization in terms of free pages of size 1024 bytes.This is calculated over the last 60 seconds, sampled average at every rsUtlSamplingRate
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsUtlMemoryActivePages5Min 1.3.6.1.4.1.5567.2.281.5.10.1.1.5
The Memory utilization in terms of active pages of size 1024 bytes.This is calculated over the last 5 Min, sampled average at every rsUtlSamplingRate
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsUtlMemoryFreePages5Min 1.3.6.1.4.1.5567.2.281.5.10.1.1.6
The Memory utilization in terms free pages of size 1024 bytes.This is calculated over the last 5 Min, sampled average at every rsUtlSamplingRate
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsUtlCompliances 1.3.6.1.4.1.5567.2.281.5.35.1
OBJECT IDENTIFIER    

rsUtlGroups 1.3.6.1.4.1.5567.2.281.5.35.2
OBJECT IDENTIFIER    

rsUtlComplianceV1 1.3.6.1.4.1.5567.2.281.5.35.1.1
The compliance statement for the RIVERSTONE-SYSTEM-RESOURCES-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rsUtlConfGroupV1 1.3.6.1.4.1.5567.2.281.5.35.2.1
A set of managed objects that make up version 1.0 of the Riverstone Utilization mib.
Status: current Access: read-only
OBJECT-GROUP