ランキングに戻る
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
主要指標
スター成長
スター
2.6k
フォーク
344
週間成長
—
Issue
10
1k2k
2017年12月2019年5月2020年10月2022年3月2023年9月2025年2月2026年7月
成果物Maven
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
関連リポジトリ