proc:SysLoad
A super class that represents the system load statistics.
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 |
---|---|---|---|
loadAverage15m | scalar:Float |
Load average of the cpu in the system for a 15 minute preiod of time, represented as float | A floating number per IEEE-754 standard |
loadAverage1m | scalar:Float |
Load average of the cpu in the system for a 1 minute preiod of time, represented as float | A floating number per IEEE-754 standard |
loadAverage5m | scalar:Float |
Load average of the cpu in the system for a 5 minute preiod of time, represented as float | A floating number per IEEE-754 standard |
loadAverage5sec | scalar:Float |
Load average of the cpu in the system for a 5 second preiod of time, represented as float | A floating number per IEEE-754 standard |
runProc | scalar:Uint32 |
Total number of the running processes in the system, represented as an integer | RANGE: [0, 4294967295] |
totalProc | scalar:Uint32 |
Total number of the processes in the system, represented as an integer | 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 |