RBN-CPU-METER-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON


 Home MIB: RBN-CPU-METER-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
 rbnCpuMeterMIB 1.3.6.1.4.1.2352.2.6
This management information module measures CPU utilization on a Redback Networks device.
     rbnCpuMeterMIBObjects 1.3.6.1.4.1.2352.2.6.1
         rbnCpuMeterFiveSecondAvg 1.3.6.1.4.1.2352.2.6.1.1 rbnpercentage read-only
Provides the CPU usage percentage over the first five second period in the scheduler.
         rbnCpuMeterOneMinuteAvg 1.3.6.1.4.1.2352.2.6.1.2 rbnpercentage read-only
Provides a cumulative average of the CPU usage percentage over a one minute period.
         rbnCpuMeterFiveMinuteAvg 1.3.6.1.4.1.2352.2.6.1.3 rbnpercentage read-only
Provides a cumulative average of the CPU usage percentage over a five minute period.
         rbnCpuMeterFiveSecondPeak 1.3.6.1.4.1.2352.2.6.1.4 rbnpercentage read-only
The peak CPU usage percentage over the first five second period.
         rbnCpuMeterOneMinutePeak 1.3.6.1.4.1.2352.2.6.1.5 rbnpercentage read-only
The peak CPU usage percentage over a one minute period.
         rbnCpuMeterFiveMinutePeak 1.3.6.1.4.1.2352.2.6.1.6 rbnpercentage read-only
The peak CPU usage percentage over a five minute period.
     rbnCpuMeterMIBConformance 1.3.6.1.4.1.2352.2.6.2
         rbnCpuMeterMIBGroups 1.3.6.1.4.1.2352.2.6.2.1
             rbnCpuMeterStatsGroup 1.3.6.1.4.1.2352.2.6.2.1.1
A collection of objects providing CPU utilization information.
             rbnCpuMeterStatsGroup2 1.3.6.1.4.1.2352.2.6.2.1.2
A collection of objects providing CPU utilization information.
         rbnCpuMeterMIBCompliances 1.3.6.1.4.1.2352.2.6.2.2
             rbnCpuMeterMIBCompliance 1.3.6.1.4.1.2352.2.6.2.2.1
The compliance statement for the CPU meter MIB.
             rbnCpuMeterMIBCompliance1 1.3.6.1.4.1.2352.2.6.2.2.2
The compliance statement for the CPU meter MIB with added support for per process monitoring.
             rbnCpuMeterMIBCompliance2 1.3.6.1.4.1.2352.2.6.2.2.3
The compliance statement for the CPU meter MIB with added support for per process monitoring.
         rbnCpuProcGroups 1.3.6.1.4.1.2352.2.6.2.3
             rbnCpuProcGroup 1.3.6.1.4.1.2352.2.6.2.3.1
The collection of all objects used for monitoring cpu utilization of each process.
     rbnCpuProcMIBObjects 1.3.6.1.4.1.2352.2.6.3
         rbnCpuProcTable 1.3.6.1.4.1.2352.2.6.3.1 no-access
This table contains the objects which identify cpu processes. With respect to creation and deletion of entries in this table, rows in the table are created or deleted as processes are started or terminated.
             rbnCpuProcEntry 1.3.6.1.4.1.2352.2.6.3.1.1 no-access
A conceptual row in the rbnCpuProcTable.
                 rbnCpuProcName 1.3.6.1.4.1.2352.2.6.3.1.1.1 displaystring read-only
The name for this process.
                 rbnCpuProcPriority 1.3.6.1.4.1.2352.2.6.3.1.1.2 unsigned32 read-only
The priority of this process. This value ranges from 0 to 255, with 0 being the highest priority.
                 rbnCpuProcTime 1.3.6.1.4.1.2352.2.6.3.1.1.3 counter32 read-only
The total time, in milliseconds, that has been spent in this process.
                 rbnCpuProcCalls 1.3.6.1.4.1.2352.2.6.3.1.1.4 counter32 read-only
The number of times that this process has acquired the cpu.
                 rbnCpuProc5Sec 1.3.6.1.4.1.2352.2.6.3.1.1.5 rbnpercentage read-only
The average cpu usage in a 5 second window for this process.
                 rbnCpuProc1Min 1.3.6.1.4.1.2352.2.6.3.1.1.6 rbnpercentage read-only
The average cpu usage in a 1 minute window for this process.
                 rbnCpuProc5Min 1.3.6.1.4.1.2352.2.6.3.1.1.7 rbnpercentage read-only
The average cpu usage in a 5 minute window for this process.
                 rbnCpuProcLongest 1.3.6.1.4.1.2352.2.6.3.1.1.8 gauge32 read-only
The maximum time, in milliseconds, spent in this process.