NMS-PROCESS-MIB

File: NMS-PROCESS-MIB.mib (12207 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
NMS-SMI NMS-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 TimeStamp DisplayString
MODULE-COMPLIANCE OBJECT-GROUP nmsMgmt
Unsigned32 EntPhysicalIndexOrZero

Defined Types

NMSpmCPUTotalEntry  
SEQUENCE    
  nmspmCPUTotalIndex Unsigned32
  nmspmCPUTotalPhysicalIndex EntPhysicalIndexOrZero
  nmspmCPUTotal5sec Gauge32
  nmspmCPUTotal1min Gauge32
  nmspmCPUTotal5min Gauge32

NMSpmProcessEntry  
SEQUENCE    
  nmspmProcessPID Unsigned32
  nmspmProcessName DisplayString
  nmspmProcessPriority INTEGER
  nmspmProcessTimeCreated TimeStamp

Defined Values

nmsProcessMIB 1.3.6.1.4.1.3320.9.109
The MIB module to describe active system processes.
MODULE-IDENTITY    

nmsProcessMIBObjects 1.3.6.1.4.1.3320.9.109.1
OBJECT IDENTIFIER    

nmspmCPU 1.3.6.1.4.1.3320.9.109.1.1
OBJECT IDENTIFIER    

nmspmProcess 1.3.6.1.4.1.3320.9.109.1.2
OBJECT IDENTIFIER    

nmspmCPUTotalTable 1.3.6.1.4.1.3320.9.109.1.1.1
A table of overall CPU statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSpmCPUTotalEntry

nmspmCPUTotalEntry 1.3.6.1.4.1.3320.9.109.1.1.1.1
Overall information about the CPU load. Entries in this table come and go as CPUs are added and removed from the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  NMSpmCPUTotalEntry  

nmspmCPUTotalIndex 1.3.6.1.4.1.3320.9.109.1.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

nmspmCPUTotalPhysicalIndex 1.3.6.1.4.1.3320.9.109.1.1.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  EntPhysicalIndexOrZero  

nmspmCPUTotal5sec 1.3.6.1.4.1.3320.9.109.1.1.1.1.3
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).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..100  

nmspmCPUTotal1min 1.3.6.1.4.1.3320.9.109.1.1.1.1.4
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).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..100  

nmspmCPUTotal5min 1.3.6.1.4.1.3320.9.109.1.1.1.1.5
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).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..100  

nmspmCPUMaxUtilization 1.3.6.1.4.1.3320.9.109.1.1.2
The max value of nmspmCPUTotal5sec.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..100  

nmspmCPUClearMaxUtilization 1.3.6.1.4.1.3320.9.109.1.1.3
To clear nmspmCPUMaxUtilization.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

nmspmProcessTable 1.3.6.1.4.1.3320.9.109.1.2.1
A table of generic information on all active processes on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSpmProcessEntry

nmspmProcessEntry 1.3.6.1.4.1.3320.9.109.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  NMSpmProcessEntry  

nmspmProcessPID 1.3.6.1.4.1.3320.9.109.1.2.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nmspmProcessName 1.3.6.1.4.1.3320.9.109.1.2.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

nmspmProcessPriority 1.3.6.1.4.1.3320.9.109.1.2.1.1.3
The priority level at which the process is running. This object is deprecated by nmspmProcExtPriorityRev.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER critical(0), veryhigh(55), high(60), normal(128), low(180), verylow(255)  

nmspmProcessTimeCreated 1.3.6.1.4.1.3320.9.109.1.2.1.1.4
The time when the process was created. The process ID and the time when the process was created, uniquely identifies a process.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

nmsProcessMIBNotifPrefix 1.3.6.1.4.1.3320.9.109.2
OBJECT IDENTIFIER    

nmsProcessMIBNotifs 1.3.6.1.4.1.3320.9.109.2.0
OBJECT IDENTIFIER    

nmsProcessMIBConformance 1.3.6.1.4.1.3320.9.109.3
OBJECT IDENTIFIER    

nmspmCompliances 1.3.6.1.4.1.3320.9.109.3.1
OBJECT IDENTIFIER    

nmspmGroups 1.3.6.1.4.1.3320.9.109.3.2
OBJECT IDENTIFIER    

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.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: deprecated Access: read-only
OBJECT-GROUP    

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.
Status: deprecated Access: read-only
OBJECT-GROUP    

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.
Status: deprecated Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP