RDN-PROCESS-MIB: View SNMP OID List / Download MIB

VENDOR: RIVERDELTA NETWORKS


 Home MIB: RDN-PROCESS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       rdnProcessMIBObjects 1.3.6.1.4.1.4981.1.20.1
           rdnCPUTotalTable 1.3.6.1.4.1.4981.1.20.1.1 no-access
A table of overall CPU utilizations per processor.
               rdnCPUTotalEntry 1.3.6.1.4.1.4981.1.20.1.1.1 no-access
Overall information about the CPU utilization.
                   rdnSlotSnmpIndex 1.3.6.1.4.1.4981.1.20.1.1.1.1 integer no-access
A Logical index uniquely identifies a slot in the system. The value of this field is the physical slot ID plus 1.
                   rdnCPUIndex 1.3.6.1.4.1.4981.1.20.1.1.1.2 unsigned32 no-access
An index uniquely represents a CPU in the system. This index is assigned arbitrarily by the SNMP engine. It starts from 1.
                   rdnCPUType 1.3.6.1.4.1.4981.1.20.1.1.1.3 displaystring read-only
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.
                   rdnTotalAllocatableMem 1.3.6.1.4.1.4981.1.20.1.1.1.4 unsigned32 read-only
The total memory that is available for dynamic allocation in the system.
                   rdnTotalMemAllocated 1.3.6.1.4.1.4981.1.20.1.1.1.5 unsigned32 read-only
The total of allocated memory for all the tasks.
                   rdnTotalFreeMem 1.3.6.1.4.1.4981.1.20.1.1.1.6 unsigned32 read-only
The total free memory.
                   rdnTotalCPUUtilization5Sec 1.3.6.1.4.1.4981.1.20.1.1.1.7 unsigned32 read-only
The overall CPU utilization rate in the last 5-second period. The unit is 1/100.
                   rdnTotalCPUUtilization1Min 1.3.6.1.4.1.4981.1.20.1.1.1.8 unsigned32 read-only
The overall CPU utilization rate in the last 1-minute period. The unit is 1/100.
                   rdnTotalCPUUtilization5Min 1.3.6.1.4.1.4981.1.20.1.1.1.9 unsigned32 read-only
The overall CPU utilization rate in the last 5-minute period. The unit is 1/100.
           rdnTaskTable 1.3.6.1.4.1.4981.1.20.1.2 no-access
A table of general information about the tasks on this device.
               rdnTaskEntry 1.3.6.1.4.1.4981.1.20.1.2.1 no-access
General information, about an active task on this device. One entry for each CPU, each task.
                   rdnTaskId 1.3.6.1.4.1.4981.1.20.1.2.1.1 unsigned32 read-only
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).
                   rdnTaskName 1.3.6.1.4.1.4981.1.20.1.2.1.2 displaystring read-only
The name associated with this task/process.
                   rdnTaskPriority 1.3.6.1.4.1.4981.1.20.1.2.1.3 rdntaskprioritytype read-only
The priority level at which the task is running.
                   rdnTaskMemAllocated 1.3.6.1.4.1.4981.1.20.1.2.1.4 unsigned32 read-only
The total memory that is allocated by this task.
                   rdnTaskUtil5Sec 1.3.6.1.4.1.4981.1.20.1.2.1.5 unsigned32 read-only
The CPU utilization rate for this task during the past 5 seconds interval.
                   rdnTaskUtil1Min 1.3.6.1.4.1.4981.1.20.1.2.1.6 unsigned32 read-only
The CPU utilization rate for this task during the past 1 minute interval.
                   rdnTaskUtil5Min 1.3.6.1.4.1.4981.1.20.1.2.1.7 unsigned32 read-only
The CPU utilization rate for this task during the past 5 minute interval. Unit is 1/1000.
       rdnProcessMIBNotifPrefix 1.3.6.1.4.1.4981.1.20.2
           rdnProcessMIBNotifs 1.3.6.1.4.1.4981.1.20.2.0
       rdnProcessMIBConformance 1.3.6.1.4.1.4981.1.20.3
           rdnProcessCompliances 1.3.6.1.4.1.4981.1.20.3.1
               rdnProcessMIBCompliance 1.3.6.1.4.1.4981.1.20.3.1.1
The compliance statement for entities which implement the Motorola Process MIB.
           rdnProcessGroups 1.3.6.1.4.1.4981.1.20.3.2
               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.
               rdnTaskGroup 1.3.6.1.4.1.4981.1.20.3.2.2
A collection of objects providing per task information in the system.