Back to rankings
Kyson/AndroidGodEye
JavaAn app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
debugging-toolperformance-monitoringperformance-visualizationprofileprofilerandroid-performanceandroid-god-eyeperformance-visualization-dashboardgodeyeperformance-monitorleak-memoryoptimization
Key Metrics
Star Growth
Stars
2.6k
Forks
344
Weekly Growth
—
Issues
10
1k2k
Dec 2017May 2019Oct 2020Mar 2022Sep 2023Feb 2025Jul 2026
ArtifactsMaven
git clone https://github.com/Kyson/AndroidGodEye.gitREADME
AndroidGodEye
English README.md 中文 README_zh.md
Android developer lack of monitoring of performance data,especially in production environment. so we need "AndroidGodEye".
Overview

AndroidGodEye is a performance monitor tool for Android(not limited to performance data) , you can easily monitor the performance of your app in real time in pc browser.
You can also use it in production environment to monitor the online performance of your app(Apply AndroidGodEye for production).
AndroidGodEye has been applied to several mature apps at present
It is divided into 3 parts:
- Core provide all performance modules and produce performance datas.
- Debug Monitor provide a dashboard to show these performance datas.
- Toolbox make developers easy to use this library.
Features
| Module Name | Desc |
|---|---|
| CPU | Cpu info of device and app |
| BATTERY | Battery info |
| FPS | Fps info |
| LEAK_CANARY | Memory leak detector base on LeakCanary and Shark |
| HEAP | Heap memory |
| PSS | Pss |
| RAM | Ram |
| NETWORK | Network info |
| SM | Detect jam |
| STARTUP | Startup metric |
| TRAFFIC | Traffic of device and app |
| CRASH | Detect java、native crash and ANR |
| THREAD | Thread dump of app |
| PAGELOAD | Page(Activity and Fragment) lifecycle event and cost time |
| METHOD_CANARY | Methods time cost metric |
| APP_SIZE | App size of apk code、storage and cache |
| VIEW_CANARY | Detect complex layout hierarchy and overdraw |
| IMAGE_CANARY | Detect unreasonable memory use of image |
Usage
License
AndroidGodEye is under Apache2.0.
Contributors
About Me
- Github: Kyson
- Weibo: hikyson
- Blog: tech.hikyson.cn
Related repositories