SHIVA-PROC-MIB: View SNMP OID List / Download MIB
VENDOR: SHIVA CORPORATION
Home | MIB: SHIVA-PROC-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).
|
|||
Object Name | OID | Type | Access | Info |
procMaximum | 1.3.6.1.4.1.166.1.25.1 | integer | read-only |
Total number of processes allowed. |
procCount | 1.3.6.1.4.1.166.1.25.2 | integer | read-only |
Number of processes active. This is the number of entries in procTable. |
procCreated | 1.3.6.1.4.1.166.1.25.3 | counter | read-only |
Number of processes created. |
procCreatesFailed | 1.3.6.1.4.1.166.1.25.4 | counter | read-only |
Number of process creations that failed. |
procExited | 1.3.6.1.4.1.166.1.25.5 | counter | read-only |
Number of processes that exited normally. |
procKilled | 1.3.6.1.4.1.166.1.25.6 | counter | read-only |
Number of processes terminated with kill signal. |
procTable | 1.3.6.1.4.1.166.1.25.7 | no-access |
A table of current process in the box. |
|
1.3.6.1.4.1.166.1.25.7.1 | no-access |
Characteristics of an active process. |
||
processID | 1.3.6.1.4.1.166.1.25.7.1.1 | integer | read-only |
The unique number identifying this process. |
processName | 1.3.6.1.4.1.166.1.25.7.1.2 | displaystring | read-only |
The name of the process associated with the process ID. |
processState | 1.3.6.1.4.1.166.1.25.7.1.3 | integer | read-only |
The process state for this process. Enumeration: 'rtim': 8, 'current': 1, 'susp': 6, 'sleep': 5, 'ready': 3, 'recv': 4, 'wait': 7. |
processPriority | 1.3.6.1.4.1.166.1.25.7.1.4 | integer | read-only |
The process priority for this process. A higher number means a higher priority. |
processStackStart | 1.3.6.1.4.1.166.1.25.7.1.5 | integer | read-only |
Lowest address of the process stack. |
processStackEnd | 1.3.6.1.4.1.166.1.25.7.1.6 | integer | read-write |
The highest address of the process stack. |
processStackUsed | 1.3.6.1.4.1.166.1.25.7.1.7 | integer | read-only |
The number of bytes of stack the process is using. |
processStackLength | 1.3.6.1.4.1.166.1.25.7.1.8 | integer | read-only |
The number of bytes of stack available to the process. |
processSemaphore | 1.3.6.1.4.1.166.1.25.7.1.9 | integer | read-only |
Semaphore number that the process is waiting on. Blank if none. |
processRuntime | 1.3.6.1.4.1.166.1.25.7.1.10 | timeticks | read-only |
Process runtime. |