Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kyson/androidgodeye

An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
https://github.com/kyson/androidgodeye

android-god-eye android-performance apm blockcanary debugging-tool godeye leak-memory leakcanary optimization performance-monitor performance-monitoring performance-optimization performance-visualization performance-visualization-dashboard profile profiler

Last synced: about 1 month ago
JSON representation

An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser

Lists

README

        



AndroidGodEye












English README.md   
中文 README_zh.md

> Android developer lack of monitoring of performance data,especially in production environment. so we need "AndroidGodEye".

## Overview

![android_godeye_connect](ART/android_god_eye_connect.jpg)

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](https://github.com/Kyson/AndroidGodEye/wiki/0x02b-Apply-AndroidGodEye-for-Release_en)).

> AndroidGodEye has been applied to several mature apps at present

It is divided into 3 parts:

1. Core provide all performance modules and produce performance datas.
2. Debug Monitor provide a dashboard to show these performance datas.
3. 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

[Quickstart Wiki](https://github.com/Kyson/AndroidGodEye/wiki/0x00-QuickStart_en)

[Changelog](CHANGELOG.md)

[More detail Wiki](https://github.com/Kyson/AndroidGodEye/wiki#english)

[Sample APK](https://github.com/Kyson/AndroidGodEye/releases)

[Demo Project and APK](https://github.com/Kyson/AndroidGodEyeDemo/releases)

## License

AndroidGodEye is under Apache2.0.

## Contributors

- [ahhbzyz](https://github.com/ahhbzyz)
- [Xiangxingqian](https://github.com/Xiangxingqian)

## About Me

- Github: [Kyson](https://github.com/Kyson)
- Weibo: [hikyson](https://weibo.com/hikyson)
- Blog: [tech.hikyson.cn](https://tech.hikyson.cn/)