Skip to main content

Metrics

Android Metrics

Metrics typeMetrics nameUnitDescription
CPUcpuTotal%Total system CPU usage (0-100%)
CPUcpuApp%Application CPU usage
RAMramTotalbytes(IEC)Total system RAM usage
RAMramAppbytes(IEC)Application RAM usage: PSS, Private
NETWORKnetworkTotalbytes/sec(SI)Total system usage: received and transferred
NETWORKnetworkAppbytes/sec(SI)Application network usage: received and transferred
BATTERYbatteryAppmAhApplication battery usage
FRAMESframesAppcountApplication frames: Total rendered, Total Janky

Some notes:

  • PSS RAM - Proportional Set Size of RAM memory allocated for the application, is the amount of RAM actually mapped into the process, but weighted by the amount it's shared across processes
  • Private RAM - Private memory allocated for the application, is composed of pages that are only used by the process
  • Janky frames - number of frames that have been rendered for more than 16ms

IOS Metrics

Metrics typeMetrics nameUnitDescription
CPUCPU - Total%Total system CPU usage (may be > 100%)
CPUCPU - App%Application CPU usage (may be > 100%)
RAMRAM - Total Usedbytes(IEC)Total system RAM usage
RAMRAM - Appbytes(IEC)Application RAM usage
DISKDISK - Readbytes/sec(IEC)Data read from disk per second
DISKDISK - Writebytes/sec(IEC)Data written to disk per second
DISKDISK - Read opsops/secOperations read from disk per second
DISKDISK - Write opsops/secOperations written to disk per second
NETWORKNETWORK - Receivedbytes/sec(IEC)Network data received by the system
NETWORKNETWORK - Sentbytes/sec(IEC)Network data sent by the system
NETWORKNETWORK - App Receivedbytes/sec(IEC)Network data received by the application
NETWORKNETWORK - App Sentbytes/sec(IEC)Network data sent by the application
NETWORKNETWORK - Packets Receivedpackets/secNetwork packets received by the system
NETWORKNETWORK - Packets Sentpackets/secNetwork packets sent by the system
NETWORKNETWORK - Packets App Receivedpackets/secNetwork packets received by the application
NETWORKNETWORK - Packets App Sentpackets/secNetwork packets sent by the application
FPSFPSintFrames per second
GPUGPU - Utilization%GPU utilization percentage