apphosting:AppStat

app stat entry hosted by appmgr

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
appCurrState apphosting:AppActionCont
(scalar:Enum16)
application current status set by appmgr SELECTION:
0 - init
1 - install
2 - uninstall
3 - activate
4 - deactivate
5 - start
6 - stop
DEFAULT: init
appId apphosting:AppName
(string:Basic)
unique id to identify the application
MAX SIZE: 63
cpuAlloc scalar:Uint32
app cpu allocation in units RANGE: [0, 4294967295]
cpuUtil scalar:Float
app cpu util in percentage A floating number per IEEE-754 standard
diskAlloc scalar:Uint32
disk allocated to application in MB. RANGE: [0, 4294967295]
diskUsed scalar:Uint32
disk used by application in MB. RANGE: [0, 4294967295]
memAlloc scalar:Uint32
app memory allocation in MB. RANGE: [0, 4294967295]
memUsed scalar:Uint32
memory used by application in MB. 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