SHIVA-PROC-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for SHIVA-PROC-MIB.
18
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
18 total| Object Name |
|---|
RFC1155-SMITotal number of processes allowed.ro INTEGER .1.3.6.1.4.1.166.1.25.1 |
procCountNumber of processes active. This is the number of
entries in procTable.ro INTEGER .1.3.6.1.4.1.166.1.25.2 |
procCreatedNumber of processes created.ro Counter .1.3.6.1.4.1.166.1.25.3 |
procCreatesFailedNumber of process creations that failed.ro Counter .1.3.6.1.4.1.166.1.25.4 |
procExitedNumber of processes that exited normally.ro Counter .1.3.6.1.4.1.166.1.25.5 |
procKilledNumber of processes terminated with kill signal.ro Counter .1.3.6.1.4.1.166.1.25.6 |
procTableA table of current process in the box. SEQUENCE OF ProcessEntry .1.3.6.1.4.1.166.1.25.7 |
processEntryCharacteristics of an active process. ProcessEntry .1.3.6.1.4.1.166.1.25.7.1 |
processIDThe unique number identifying this process.ro INTEGER .1.3.6.1.4.1.166.1.25.7.1.1 |
processNameThe name of the process associated with the process ID.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.166.1.25.7.1.2 |
processStateThe process state for this process.ro Enumeration .1.3.6.1.4.1.166.1.25.7.1.3 |
processPriorityThe process priority for this process.
A higher number means a higher priority.ro INTEGER .1.3.6.1.4.1.166.1.25.7.1.4 |
processStackStartLowest address of the process stack.ro INTEGER .1.3.6.1.4.1.166.1.25.7.1.5 |
processStackEndThe highest address of the process stack.rw INTEGER .1.3.6.1.4.1.166.1.25.7.1.6 |
processStackUsedThe number of bytes of stack the process is using.ro INTEGER .1.3.6.1.4.1.166.1.25.7.1.7 |
processStackLengthThe number of bytes of stack available to the process.ro INTEGER .1.3.6.1.4.1.166.1.25.7.1.8 |
processSemaphoreSemaphore number that the process is waiting on.
Blank if none.ro INTEGER .1.3.6.1.4.1.166.1.25.7.1.9 |
processRuntimeProcess runtime.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.166.1.25.7.1.10 |