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

VENDOR: SHANGHAI BAUD DATA COMMUNICATION DEVELOPMENT


 Home MIB: NMS-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
 nmsProcessMIB 1.3.6.1.4.1.3320.9.109
The MIB module to describe active system processes.
         nmsProcessMIBObjects 1.3.6.1.4.1.3320.9.109.1
             nmspmCPU 1.3.6.1.4.1.3320.9.109.1.1
                 nmspmCPUTotalTable 1.3.6.1.4.1.3320.9.109.1.1.1 no-access
A table of overall CPU statistics.
                     nmspmCPUTotalEntry 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.
                         nmspmCPUTotalIndex 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.
                         nmspmCPUTotalPhysicalIndex 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.
                         nmspmCPUTotal5sec 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 is deprecated by nmspmCPUTotal5secRev which has the changed range of value (0..100).
                         nmspmCPUTotal1min 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 is deprecated by nmspmCPUTotal1minRev which has the changed range of value (0..100).
                         nmspmCPUTotal5min 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 is deprecated by nmspmCPUTotal5minRev which has the changed range of value (0..100).
                 nmspmCPUMaxUtilization 1.3.6.1.4.1.3320.9.109.1.1.2 gauge32 read-only
The max value of nmspmCPUTotal5sec.
                 nmspmCPUClearMaxUtilization 1.3.6.1.4.1.3320.9.109.1.1.3 integer read-write
To clear nmspmCPUMaxUtilization. Enumeration: 'clear': 1.
             nmspmProcess 1.3.6.1.4.1.3320.9.109.1.2
                 nmspmProcessTable 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.
                     nmspmProcessEntry 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.
                         nmspmProcessPID 1.3.6.1.4.1.3320.9.109.1.2.1.1.1 unsigned32 read-only
This object contains the process ID. nmspmProcessTimeCreated 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.
                         nmspmProcessName 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.
                         nmspmProcessPriority 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 nmspmProcExtPriorityRev. Enumeration: 'veryhigh': 55, 'normal': 128, 'high': 60, 'critical': 0, 'low': 180, 'verylow': 255.
                         nmspmProcessTimeCreated 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.
         nmsProcessMIBNotifPrefix 1.3.6.1.4.1.3320.9.109.2
             nmsProcessMIBNotifs 1.3.6.1.4.1.3320.9.109.2.0
         nmsProcessMIBConformance 1.3.6.1.4.1.3320.9.109.3
             nmspmCompliances 1.3.6.1.4.1.3320.9.109.3.1
                 nmsProcessMIBCompliance 1.3.6.1.4.1.3320.9.109.3.1.1
The compliance statement for entities which implement the NMS Process MIB. This is deprecated and new compliance nmsProcessMIBComplianceRev is added.
                 nmsProcessMIBComplianceRev 1.3.6.1.4.1.3320.9.109.3.1.2
The compliance statement for entities which implement the NMS Process MIB. This compliance module deprecates nmsProcessMIBCompliance.
             nmspmGroups 1.3.6.1.4.1.3320.9.109.3.2
                 nmspmCPUTotalGroup 1.3.6.1.4.1.3320.9.109.3.2.1
A collection of objects providing CPU load monitoring information. This group is mandatory for all nms devices. This group is deprecated since the objects nmspmCPUTotal5sec, nmspmCPUTotal1min and nmspmCPUTotal5min are deprecated. A new object nmspmCPUTotalGroupRev is added in place of it.
                 nmspmProcessGroup 1.3.6.1.4.1.3320.9.109.3.2.2
A collection of objects providing common process monitoring information. This group is mandatory for all nms devices. This object is deprecated by nmspmProcessGroupRev.
                 nmspmProcessExtGroup 1.3.6.1.4.1.3320.9.109.3.2.3
A collection of objects providing additional and more detailed process monitoring information. This group is mandatory for all nms devices that have the internal capability to keep this information. This group is deprecated and new group nmspmProcessExtGroupRev is added.
                 nmspmCPUTotalGroupRev 1.3.6.1.4.1.3320.9.109.3.2.4
A collection of objects providing CPU load monitoring information. This group is mandatory for all nms devices. This group deprecates nmspmCPUTotalGroup.
                 nmspmProcessExtGroupRev 1.3.6.1.4.1.3320.9.109.3.2.5
A collection of objects providing additional and more detailed process monitoring information. This group is mandatory for all nms devices that have the internal capability to keep this information. This group is formed after deprecating nmspmProcessExtGroup. nmspmProcExtMemAllocatedRev, nmspmProcExtMemFreedRev, nmspmProcExtInvokedRev, nmspmProcExtRuntimeRev, nmspmProcExtUtil5SecRev, nmspmProcExtUtil1MinRev and nmspmProcExtUtil5MinRev are the new objects added.
                 nmspmProcessGroupRev 1.3.6.1.4.1.3320.9.109.3.2.6
A collection of objects providing common process monitoring information. This group is mandatory for all nms devices. This object deprecates nmspmProcessGroup.