proc:Proc

The process properties for an entry in the system.

Telemetry Sensor Path(s)

Configurable Properties
PROPERTY NAME DATA TYPE DESCRIPTION PERMITTED VALUES
name naming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 256

Operational Properties
PROPERTY NAME DATA TYPE DESCRIPTION POSSIBLE VALUES
esp proc:Stack
(scalar:Uint64)
Stack Pointer RANGE: [0, 18446744073709551615]
maxMemAlloc proc:ProcMem
(scalar:Uint64)
Maximum Memory Allocated RANGE: [0, 18446744073709551615]
operSt proc:OperSt
(scalar:Enum8)
Operational State SELECTION:
0 - intr-sleep
1 - stopped
2 - unintr-sleep
3 - running
4 - dead
5 - defunct
DEFAULT: intr-sleep
pc proc:ProgCntr
(scalar:Uint64)
Program Counter RANGE: [0, 18446744073709551615]
stackBase proc:Stack
(scalar:Uint64)
Stack Base RANGE: [0, 18446744073709551615]
startCnt proc:StartCnt
(scalar:Uint32)
The date and time when the count began. RANGE: [0, 4294967295]
tty proc:TTY
(string:Basic)
TTY A sequence of characters

Internal Properties
PROPERTY NAME DATA TYPE DESCRIPTION POSSIBLE VALUES
id proc:ProcId
(scalar:Uint32)
Process ID RANGE: [0, 4294967295]
modTs mo:TStamp
(scalar:Date)
The time when this object was last modified. SELECTION:
0 - never
DEFAULT: never
status mo:ModificationStatus
(scalar:Bitmask32)
Modification status SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced