-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
v4.0
-
TIG 2018-07-02, TIG 2018-07-16, TIG 2018-07-30
-
5
The script should assume that the application is already running on the device and shouldn't concern itself with how the application was started (i.e. it'll be the responsibility of some other part of this mobile testing framework which deals with that). The script should run continuously and collect the resource utilization at some configurable frequency until the it is signaled to exit. It should define functions like start() and stop() so that the script can also be used as a library and controlled programmatically.
- CPU consumption: python systrace.py
- Memory consumption: adb shell dumpsys meminfo
- Battery consumption: adb shell dumpsys batterystats
- depends on
-
SERVER-34711 Enable burn_in_tests to understand Evergreen task selectors
- Closed
- is depended on by
-
SERVER-36078 Integrate adb resource monitor into mongoebench test suite for Android
- Closed