Plot real time Android CPU/Mem stats to a dashboard using websocketd and vmstat
Based on Web vmstats
Requirements
- bash, any recent version should work
- Install websocketd
- Latest Android-SDK must be installed and ANDROID_HOME set
- Connect a physical Android device or start an emulator. After connecting the device to the computer, make sure to enable USB debugging.
Getting started
chmod +x run.sh
Check all available devices:
adb devices
Run the below command to start the service (you need to provide the device id):
./run.sh DEVICE-ID
Go to http://127.0.0.1:9231/
Frequently Asked Questions
Is this just a copy of Web vmstats?
Yes and yes but for Android vmstats.
Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests.
android-web-vmstats is developed and maintained by Mobilebox team.