sysApplElmtRunInstallPkg
SYSAPPL-MIB ·
.1.3.6.1.2.1.54.1.2.3.1.1
Object
column
Unsigned32
Part of the index for this table, this value
identifies the installed software package for
the application of which this process is a part.
Provided that the process's 'parent' application can be
determined, the value of this object is the same
value as the sysApplInstallPkgIndex for the
entry in the sysApplInstallPkgTable that corresponds
to the installed application of which this process
is a part.
If, however, the 'parent' application cannot be
determined, (for example the process is not part
of a particular installed application), the value
for this object is then '0', signifying that this
process cannot be related back to an application,
and in turn, an installed software package.
Context
- MIB
- SYSAPPL-MIB
- OID
.1.3.6.1.2.1.54.1.2.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- sysApplElmtRunEntry
- Table
- sysApplElmtRunTable
- Siblings
- 11
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sysApplElmtRunMemory The total amount of real system memory measured in
Kbytes currently allocated to this process. | column | Kbytes SNMPv2-SMIGauge32 | .1.3.6.1.2.1.54.1.2.3.1.10 |
| sysApplElmtRunNumFiles The number of regular files currently open by the
process. Transport connections (sockets)
should NOT be included in the calculation of
this value, nor should operating system sp… | column | SNMPv2-SMIGauge32 | .1.3.6.1.2.1.54.1.2.3.1.11 |
| sysApplElmtRunUser The process owner's login name (e.g. root). | column | Utf8String | .1.3.6.1.2.1.54.1.2.3.1.12 |
| sysApplElmtRunInvocID Part of the index for this table, this value
identifies the invocation of an application of which
this process is a part. Provided that the 'parent'
application can be determined… | column | Unsigned32 | .1.3.6.1.2.1.54.1.2.3.1.2 |
| sysApplElmtRunIndex Part of the index for this table. A unique value
for each process running on the host. Wherever
possible, this should be the system's native, unique
identification number. | column | Unsigned32 | .1.3.6.1.2.1.54.1.2.3.1.3 |
| sysApplElmtRunInstallID The index into the sysApplInstallElmtTable. The
value of this object is the same value as the
sysApplInstallElmtIndex for the application element
of which this entry represents a … | column | Unsigned32 | .1.3.6.1.2.1.54.1.2.3.1.4 |
| sysApplElmtRunTimeStarted The time the process was started. | column | SNMPv2-TCDateAndTime | .1.3.6.1.2.1.54.1.2.3.1.5 |
| sysApplElmtRunState The current state of the running process. 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). | column | RunState | .1.3.6.1.2.1.54.1.2.3.1.6 |
| sysApplElmtRunName The full path and filename of the process.
For example, '/opt/MYYpkg/bin/myyproc' would
be returned for process 'myyproc' whose execution
path is '/opt/MYYpkg/bin/myyproc'. | column | LongUtf8String | .1.3.6.1.2.1.54.1.2.3.1.7 |
| sysApplElmtRunParameters The starting parameters for the process. | column | Utf8String | .1.3.6.1.2.1.54.1.2.3.1.8 |
| sysApplElmtRunCPU The number of centi-seconds of the total system's
CPU resources consumed by this process. Note that
on a multi-processor system, this value may
have been incremented by more than… | column | SNMPv2-SMITimeTicks | .1.3.6.1.2.1.54.1.2.3.1.9 |