proc:SysMem
A super class that represents the system memory 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 |
|---|---|---|---|
| free | scalar:Uint64 |
free memory | RANGE: [0, 18446744073709551615] |
| memstatus | string:Basic |
memory status | A sequence of characters |
| total | scalar:Uint64 |
total memory | RANGE: [0, 18446744073709551615] |
| used | scalar:Uint64 |
used memory | RANGE: [0, 18446744073709551615] |
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) |
Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |