SHIVA-PROC-MIB

File: SHIVA-PROC-MIB.mib (4297 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
SHIVA-MIB

Imported symbols

Counter TimeTicks OBJECT-TYPE
DisplayString process

Defined Types

ProcessEntry  
SEQUENCE    
  processID INTEGER
  processName DisplayString
  processState INTEGER
  processPriority INTEGER
  processStackStart INTEGER
  processStackEnd INTEGER
  processStackUsed INTEGER
  processStackLength INTEGER
  processSemaphore INTEGER
  processRuntime TimeTicks

Defined Values

procMaximum 1.3.6.1.4.1.166.1.25.1
Total number of processes allowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

procCount 1.3.6.1.4.1.166.1.25.2
Number of processes active. This is the number of entries in procTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

procCreated 1.3.6.1.4.1.166.1.25.3
Number of processes created.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

procCreatesFailed 1.3.6.1.4.1.166.1.25.4
Number of process creations that failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

procExited 1.3.6.1.4.1.166.1.25.5
Number of processes that exited normally.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

procKilled 1.3.6.1.4.1.166.1.25.6
Number of processes terminated with kill signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

procTable 1.3.6.1.4.1.166.1.25.7
A table of current process in the box.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProcessEntry

processEntry 1.3.6.1.4.1.166.1.25.7.1
Characteristics of an active process.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProcessEntry  

processID 1.3.6.1.4.1.166.1.25.7.1.1
The unique number identifying this process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

processName 1.3.6.1.4.1.166.1.25.7.1.2
The name of the process associated with the process ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

processState 1.3.6.1.4.1.166.1.25.7.1.3
The process state for this process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER current(1), ready(3), recv(4), sleep(5), susp(6), wait(7), rtim(8)  

processPriority 1.3.6.1.4.1.166.1.25.7.1.4
The process priority for this process. A higher number means a higher priority.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

processStackStart 1.3.6.1.4.1.166.1.25.7.1.5
Lowest address of the process stack.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

processStackEnd 1.3.6.1.4.1.166.1.25.7.1.6
The highest address of the process stack.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

processStackUsed 1.3.6.1.4.1.166.1.25.7.1.7
The number of bytes of stack the process is using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

processStackLength 1.3.6.1.4.1.166.1.25.7.1.8
The number of bytes of stack available to the process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

processSemaphore 1.3.6.1.4.1.166.1.25.7.1.9
Semaphore number that the process is waiting on. Blank if none.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

processRuntime 1.3.6.1.4.1.166.1.25.7.1.10
Process runtime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks