...
Resource metrics
Composant | Metric | API key for Metric | Unit | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Platform | Platform CPU | C_PL | % | Average of CPU consumed by the platform. | Platform Memory | MB | Total of memory consumed by the platform. | Platform Data | B | Total of network data exchange (in and out) by the platform. |
Platform Max Power | PMAX_PL | W | Maximum power consumed by the platform. | |||||||
Platform Discharge | AH_PL | Ah | Total of ampere hour consumed by the platform. | |||||||
Platform Discharge per second | AH_PL/s | Ah/s | Average ampere hour by second consumed by the platform. | |||||||
Test duration | TT_PL | s | Test duration | |||||||
Process | Process CPU | C_ID | % | Average of CPU consumed by the process. | ||||||
Process Memory | M_ID | MB | Average of memory consumed by the process (PSS memory). | |||||||
Process Data | D_ID | B | Total of network data exchange exchanged (in and out) by the process. | Process Discharge | Ah | Total of ampere hour consumed by | ||||
Network Packets Peak | MAX_O_DPacket_ID | Integer | The max number of packets exchanged (tcp and udp in and out) by the process. | |||||||
Total Network Packets | TOTAL_O_DPacket_ID | Integer | The total number of packets exchanged (tcp and udp in and out) by the process. |
Android system metrics
Metric | Description |
---|---|
Activities | Number of current activities. |
Application Contexts | Number of the application contexts. |
Managers of in use assets | Number of resource managers used. |
In use assets | Number of loaded into memory resources. |
Death Recipients | Number of interface for receiving a callback when the process hosting has gone away. |
SSL Sockets opened | Number of open SSL sockets. |
Loaded root views | Number of window or dialog box active for the current activity. |
Loaded views | Number of component inheriting the View interface loaded into memory. |
Rendered frames | Number of frames. This value is calculated by taking the difference of frames between the start and end of test. |
Rendered frames with slow loading | Number of frames putting more than 16ms to charge. This value is calculated by taking the difference of frames between the start and end of the test. |
...