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

VENDOR: SHANGHAI BAUD DATA COMMUNICATION DEVELOPMENT


 Home MIB: BDCOM-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
 bdcomProcessMIB 1.3.6.1.4.1.3320.9.109
The MIB module to describe active system processes.
         bdcomProcessMIBObjects 1.3.6.1.4.1.3320.9.109.1
             bdpmCPU 1.3.6.1.4.1.3320.9.109.1.1
                 bdpmCPUTotalTable 1.3.6.1.4.1.3320.9.109.1.1.1 no-access
A table of overall CPU statistics.
                     bdpmCPUTotalEntry 1.3.6.1.4.1.3320.9.109.1.1.1.1 no-access
Overall information about the CPU load. Entries in this table come and go as CPUs are added and removed from the system.
                         bdpmCPUTotalIndex 1.3.6.1.4.1.3320.9.109.1.1.1.1.1 unsigned32 no-access
An index that uniquely represents a CPU (or group of CPUs) whose CPU load information is reported by a row in this table. This index is assigned arbitrarily by the engine and is not saved over reboots.
                         bdpmCPUTotalPhysicalIndex 1.3.6.1.4.1.3320.9.109.1.1.1.1.2 entphysicalindexorzero read-only
The entPhysicalIndex of the physical entity for which the CPU statistics in this entry are maintained. The physical entity can be a CPU chip, a group of CPUs, a CPU card etc. The exact type of this entity is described by its entPhysicalVendorType value. If the CPU statistics in this entry correspond to more than one physical entity (or to no physical entity), or if the entPhysicalTable is not supported on the SNMP agent, the value of this object must be zero.
                         bdpmCPUTotal5sec 1.3.6.1.4.1.3320.9.109.1.1.1.1.3 gauge32 read-only
The overall CPU busy percentage in the last 5 second period. This object obsoletes the busyPer object from the OLD-CISCO-SYSTEM-MIB. This object is deprecated by bdpmCPUTotal5secRev which has the changed range of value (0..100).
                         bdpmCPUTotal1min 1.3.6.1.4.1.3320.9.109.1.1.1.1.4 gauge32 read-only
The overall CPU busy percentage in the last 1 minute period. This object obsoletes the avgBusy1 object from the OLD-CISCO-SYSTEM-MIB. This object is deprecated by bdpmCPUTotal1minRev which has the changed range of value (0..100).
                         bdpmCPUTotal5min 1.3.6.1.4.1.3320.9.109.1.1.1.1.5 gauge32 read-only
The overall CPU busy percentage in the last 5 minute period. This object deprecates the avgBusy5 object from the OLD-CISCO-SYSTEM-MIB. This object is deprecated by bdpmCPUTotal5minRev which has the changed range of value (0..100).
             bdpmProcess 1.3.6.1.4.1.3320.9.109.1.2
                 bdpmProcessTable 1.3.6.1.4.1.3320.9.109.1.2.1 no-access
A table of generic information on all active processes on this device.
                     bdpmProcessEntry 1.3.6.1.4.1.3320.9.109.1.2.1.1 no-access
Generic information about an active process on this device. Entries in this table come and go as processes are created and destroyed by the device.
                         bdpmProcessPID 1.3.6.1.4.1.3320.9.109.1.2.1.1.1 unsigned32 read-only
This object contains the process ID. bdpmProcessTimeCreated should be checked against the last time it was polled, and if it has changed the PID has been reused and the entire entry should be polled again. The process IDs are discrete.
                         bdpmProcessName 1.3.6.1.4.1.3320.9.109.1.2.1.1.2 displaystring read-only
The name associated with this process. If the name is longer than 32 characters, it will be truncated to the first 31 characters, and a `*' will be appended as the last character to imply this is a truncated process name.
                         bdpmProcessPriority 1.3.6.1.4.1.3320.9.109.1.2.1.1.3 integer read-write
The priority level at which the process is running. This object is deprecated by bdpmProcExtPriorityRev. Enumeration: 'veryhigh': 55, 'normal': 128, 'high': 60, 'critical': 0, 'verylow': 255, 'low': 180.
                         bdpmProcessTimeCreated 1.3.6.1.4.1.3320.9.109.1.2.1.1.4 timestamp read-only
The time when the process was created. The process ID and the time when the process was created, uniquely identifies a process.
         bdcomProcessMIBNotifPrefix 1.3.6.1.4.1.3320.9.109.2
             bdcomProcessMIBNotifs 1.3.6.1.4.1.3320.9.109.2.0