sysApplRunCurrentState
SYSAPPL-MIB ·
.1.3.6.1.2.1.54.1.2.1.1.3
Object
column
RunState
The current state of the running application instance. The possible values are running(1), runnable(2) but waiting for a resource such as CPU, waiting(3) for an event, exiting(4), or other(5). This value is based on an evaluation of the running elements of this application instance (see sysApplElmRunState) and their Roles as defined by sysApplInstallElmtRole. An agent implementation may detect that an application instance is in the process of exiting if one or more of its REQUIRED elements are no longer running. Most agent implementations will wait until a second internal poll has been completed to give the system time to start REQUIRED elements before marking the application instance as exiting.
Context
- MIB
- SYSAPPL-MIB
- OID
.1.3.6.1.2.1.54.1.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sysApplRunEntry
- Table
- sysApplRunTable
- Siblings
- 2
Syntax
RunState
- Source
- RunState
- Base type
Enumeration
Values & Constraints
Type Values
1 | running |
2 | runnable |
3 | waiting |
4 | exiting |
5 | other |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sysApplRunIndex Part of the index for this table. An arbitrary
integer used only for indexing purposes. Generally
monotonically increasing from 1 as new applications are
started on the host, it u… | column | Unsigned32 | .1.3.6.1.2.1.54.1.2.1.1.1 |
| sysApplRunStarted The date and time that the application was started. | column | SNMPv2-TCDateAndTime | .1.3.6.1.2.1.54.1.2.1.1.2 |