All Projects → Kyson → Androidgodeye

Kyson / Androidgodeye

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

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Androidgodeye

Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (-6.13%)
Mutual labels:  apm, performance-monitoring, profiler, performance-visualization
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-98.97%)
Mutual labels:  profiler, apm, performance-monitoring
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (-48.97%)
Mutual labels:  performance-monitoring, performance-visualization
Semile
Profile what you care, monitor how it goes (support C/C++)
Stars: ✭ 89 (-96.34%)
Mutual labels:  debugging-tool, profiler
Scout apm ruby
ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks
Stars: ✭ 137 (-94.36%)
Mutual labels:  apm, performance-monitoring
Sol Profiler
CLI Tool to List & Store Solidity Smart Contract Methods Attributes
Stars: ✭ 20 (-99.18%)
Mutual labels:  profile, profiler
Spm Agent Nodejs
NodeJS Monitoring Agent
Stars: ✭ 51 (-97.9%)
Mutual labels:  apm, performance-monitoring
Apm Agent Php
Elastic APM PHP Agent
Stars: ✭ 129 (-94.69%)
Mutual labels:  apm, performance-monitoring
Speedtracker
📉 Visualisation layer and data store for SpeedTracker
Stars: ✭ 482 (-80.16%)
Mutual labels:  performance-monitoring, performance-visualization
Opbeat Node
DEPRECATED - See Elastic APM instead: https://github.com/elastic/apm-agent-nodejs
Stars: ✭ 155 (-93.62%)
Mutual labels:  apm, performance-monitoring
Swiftmetrics
Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.
Stars: ✭ 145 (-94.03%)
Mutual labels:  performance-monitoring, performance-visualization
Apm Agent Rum Js
Elastic APM Real User Monitoring JavaScript agent
Stars: ✭ 166 (-93.17%)
Mutual labels:  apm, performance-monitoring
Apm Server
APM Server
Stars: ✭ 878 (-63.87%)
Mutual labels:  apm, performance-monitoring
Androidperformancemonitor
A transparent ui-block detection library for Android. (known as BlockCanary)
Stars: ✭ 6,241 (+156.83%)
Mutual labels:  apm, blockcanary
Mthawkeye
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)
Stars: ✭ 1,119 (-53.95%)
Mutual labels:  apm, performance-monitoring
Watchdoginspector
Shows your current framerate (fps) in the status bar of your iOS app
Stars: ✭ 497 (-79.55%)
Mutual labels:  performance-monitoring, performance-visualization
Go Perfbook
Thoughts on Go performance optimization
Stars: ✭ 9,597 (+294.94%)
Mutual labels:  optimization, performance-optimization
Apm Agent Dotnet
Elastic APM .NET Agent
Stars: ✭ 418 (-82.8%)
Mutual labels:  apm, performance-monitoring
Apm Agent Nodejs
Elastic APM Node.js Agent
Stars: ✭ 467 (-80.78%)
Mutual labels:  apm, performance-monitoring
Scouter
Scouter is an open source APM (Application Performance Management) tool.
Stars: ✭ 1,792 (-26.26%)
Mutual labels:  apm, performance-monitoring

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

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:

  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

Changelog

More detail Wiki

Sample APK

Demo Project and APK

License

AndroidGodEye is under Apache2.0.

Contributors

About Me

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].