RDN-PROCESS-MIB

File: RDN-PROCESS-MIB.mib (10417 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
RDN-CHASSIS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
DisplayString TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP rdnChassis

Defined Types

RdnTaskPriorityType  
The task priority in the BSR system. It maps from the vxWorks task priorities: 0 to 10: critical 11 to 50: high 51 to 100: normal 101 to 254: low 255: notAssigned
TEXTUAL-CONVENTION    
  INTEGER critical(1), high(2), normal(3), low(4), notAssigned(5)  

RdnCPUTotalEntry  
SEQUENCE    
  rdnSlotSnmpIndex INTEGER
  rdnCPUIndex Unsigned32
  rdnCPUType DisplayString
  rdnTotalAllocatableMem Unsigned32
  rdnTotalMemAllocated Unsigned32
  rdnTotalFreeMem Unsigned32
  rdnTotalCPUUtilization5Sec Unsigned32
  rdnTotalCPUUtilization1Min Unsigned32
  rdnTotalCPUUtilization5Min Unsigned32

RdnTaskEntry  
SEQUENCE    
  rdnTaskId Unsigned32
  rdnTaskName DisplayString
  rdnTaskPriority RdnTaskPriorityType
  rdnTaskMemAllocated Unsigned32
  rdnTaskUtil5Sec Unsigned32
  rdnTaskUtil1Min Unsigned32
  rdnTaskUtil5Min Unsigned32

Defined Values

rdnProcessMIB 1.3.6.1.4.1.4981.1.20
The MIB module to describe active system processes and memory usages. Copyright (C) 2003, 2008 by Motorola, Inc. All rights reserved.
MODULE-IDENTITY    

rdnProcessMIBObjects 1.3.6.1.4.1.4981.1.20.1
OBJECT IDENTIFIER    

rdnCPUTotalTable 1.3.6.1.4.1.4981.1.20.1.1
A table of overall CPU utilizations per processor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnCPUTotalEntry

rdnCPUTotalEntry 1.3.6.1.4.1.4981.1.20.1.1.1
Overall information about the CPU utilization.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnCPUTotalEntry  

rdnSlotSnmpIndex 1.3.6.1.4.1.4981.1.20.1.1.1.1
A Logical index uniquely identifies a slot in the system. The value of this field is the physical slot ID plus 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..16  

rdnCPUIndex 1.3.6.1.4.1.4981.1.20.1.1.1.2
An index uniquely represents a CPU in the system. This index is assigned arbitrarily by the SNMP engine. It starts from 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

rdnCPUType 1.3.6.1.4.1.4981.1.20.1.1.1.3
The predefined CPU name in human readable format. It is used to associate CPU number with the CPU name to help to identify the CPU that is querying. e.g. PowerPC 750, IXP1200-US, etc.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..128)  

rdnTotalAllocatableMem 1.3.6.1.4.1.4981.1.20.1.1.1.4
The total memory that is available for dynamic allocation in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnTotalMemAllocated 1.3.6.1.4.1.4981.1.20.1.1.1.5
The total of allocated memory for all the tasks.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnTotalFreeMem 1.3.6.1.4.1.4981.1.20.1.1.1.6
The total free memory.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnTotalCPUUtilization5Sec 1.3.6.1.4.1.4981.1.20.1.1.1.7
The overall CPU utilization rate in the last 5-second period. The unit is 1/100.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rdnTotalCPUUtilization1Min 1.3.6.1.4.1.4981.1.20.1.1.1.8
The overall CPU utilization rate in the last 1-minute period. The unit is 1/100.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rdnTotalCPUUtilization5Min 1.3.6.1.4.1.4981.1.20.1.1.1.9
The overall CPU utilization rate in the last 5-minute period. The unit is 1/100.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rdnTaskTable 1.3.6.1.4.1.4981.1.20.1.2
A table of general information about the tasks on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnTaskEntry

rdnTaskEntry 1.3.6.1.4.1.4981.1.20.1.2.1
General information, about an active task on this device. One entry for each CPU, each task.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnTaskEntry  

rdnTaskId 1.3.6.1.4.1.4981.1.20.1.2.1.1
This entry is generated when task is created by the OS (also called process ID, PID). It unique identifies a task that is running in the system (per CPU system).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnTaskName 1.3.6.1.4.1.4981.1.20.1.2.1.2
The name associated with this task/process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..128)  

rdnTaskPriority 1.3.6.1.4.1.4981.1.20.1.2.1.3
The priority level at which the task is running.
Status: current Access: read-only
OBJECT-TYPE    
  RdnTaskPriorityType  

rdnTaskMemAllocated 1.3.6.1.4.1.4981.1.20.1.2.1.4
The total memory that is allocated by this task.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnTaskUtil5Sec 1.3.6.1.4.1.4981.1.20.1.2.1.5
The CPU utilization rate for this task during the past 5 seconds interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rdnTaskUtil1Min 1.3.6.1.4.1.4981.1.20.1.2.1.6
The CPU utilization rate for this task during the past 1 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rdnTaskUtil5Min 1.3.6.1.4.1.4981.1.20.1.2.1.7
The CPU utilization rate for this task during the past 5 minute interval. Unit is 1/1000.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rdnProcessMIBNotifPrefix 1.3.6.1.4.1.4981.1.20.2
OBJECT IDENTIFIER    

rdnProcessMIBNotifs 1.3.6.1.4.1.4981.1.20.2.0
OBJECT IDENTIFIER    

rdnProcessMIBConformance 1.3.6.1.4.1.4981.1.20.3
OBJECT IDENTIFIER    

rdnProcessCompliances 1.3.6.1.4.1.4981.1.20.3.1
OBJECT IDENTIFIER    

rdnProcessGroups 1.3.6.1.4.1.4981.1.20.3.2
OBJECT IDENTIFIER    

rdnProcessMIBCompliance 1.3.6.1.4.1.4981.1.20.3.1.1
The compliance statement for entities which implement the Motorola Process MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rdnCPUTotalGroup 1.3.6.1.4.1.4981.1.20.3.2.1
A collection of objects providing total CPU utilization ratio for each CPU in the system.
Status: current Access: read-only
OBJECT-GROUP    

rdnTaskGroup 1.3.6.1.4.1.4981.1.20.3.2.2
A collection of objects providing per task information in the system.
Status: current Access: read-only
OBJECT-GROUP