pie:ProcessCpuInfo
Process Cpu related properties
Telemetry Sensor Path(s)
Operational Properties
PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES |
---|---|---|---|
comm | string:Basic |
Process Name for running process | A sequence of characters |
cpuPercent | scalar:Float |
CPU Percentage taken by process | A floating number per IEEE-754 standard |
cpuTime | scalar:Uint32 |
CPU Time taken by process | RANGE: [0, 4294967295] |
memPercent | scalar:Float |
CPU Memory Percentage taken by process | A floating number per IEEE-754 standard |
nice | scalar:Sint64 |
Nice Value for algorithm | RANGE: [-9223372036854775808, 9223372036854775807] |
pId | scalar:Uint32 |
Process Id for running process | RANGE: [0, 4294967295] |
prio | scalar:Sint64 |
Priority Value for algorithm | RANGE: [-9223372036854775808, 9223372036854775807] |
resdMemory | scalar:Uint32 |
Resident Virtual Memory in Kilo Bytes | RANGE: [0, 4294967295] |
schedPolicy | scalar:Uint32 |
Scheduling Policy for running process | RANGE: [0, 4294967295] |
schedPrio | scalar:Uint32 |
Scheduling Priority for running process | RANGE: [0, 4294967295] |
state | string:Basic |
Process State for running process | A sequence of characters |
virtualMemory | scalar:Uint32 |
Virtual Memory in Kilo Bytes | RANGE: [0, 4294967295] |
Internal Properties
PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES |
---|---|---|---|
modTs | mo:TStamp (scalar:Date) |
The time when this object was last modified. | SELECTION: 0 - never DEFAULT: never |
status | mo:ModificationStatus (scalar:Bitmask32) |
The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |