icam:CpuProcess
The object that holds the CPU utilization stats of a process
Telemetry Sensor Path(s)
Operational Properties
| PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES |
|---|---|---|---|
| id | icam:processId (scalar:Uint32) |
The pid of the process | RANGE: [1 , 4194304] |
| kerAvg | scalar:Float |
Average Utilization of Kernel CPU | A floating number per IEEE-754 standard DEFAULT: 0 |
| kerMax | scalar:Float |
Maximum Utilization of Kernel CPU | A floating number per IEEE-754 standard DEFAULT: 0 |
| kerMin | scalar:Float |
Minimum Utilization of Kernel CPU | A floating number per IEEE-754 standard DEFAULT: 0 |
| name | icam:processName (string:Basic) |
The name of the process | MAX SIZE: 31 |
| usrAvg | scalar:Float |
Average Utilization of User CPU | A floating number per IEEE-754 standard DEFAULT: 0 |
| usrMax | scalar:Float |
Maximum Utilization of User CPU | A floating number per IEEE-754 standard DEFAULT: 0 |
| usrMin | scalar:Float |
Minimum Utilization of User CPU | A floating number per IEEE-754 standard DEFAULT: 0 |
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 |