Metrics List
Resource and network metrics
Component | Metric | Unit | Description | API key for Metric |
---|---|---|---|---|
Platform | Platform CPU | % | Average of CPU consumed by the platform. | C_PL |
Platform Max Power | W | Maximum power consumed by the platform. | PMAX_PL | |
Platform Discharge | nAh | Total of ampere hour consumed by the platform. | AH_PL | |
Platform Discharge speed | nAh/s | Average ampere hour by second consumed by the platform. | AH_PL/s | |
Test duration | ms | Test duration | TT_PL | |
Process | Process CPU | % | Average of CPU consumed by the process. | C_ID |
Process Memory | kB | Average of memory consumed by the process (PSS memory). | M_ID | |
Process Data | B | Total of network data exchanged (in and out) by the process. | D_ID | |
Network Packets Peak | Integer | The max number of packets exchanged (tcp and udp in and out)Â by the process. | MAX_O_DPacket_ID | |
Total Network Packets | Integer | The total number of packets exchanged (tcp and udp in and out)Â by the process. | TOTAL_O_DPacket_ID |
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. |
Â