Git Product home page Git Product logo

androidmonitor-1's Introduction

androidMonitor

简介

androidMonitor是一个安卓监控软件,可监控你运行应用的实时性能(cpu/net/mem),实现方式借助安卓sdk中的adb命令,所以需要本地有adb环境。 通过对比腾讯GT监控软件和网易Emmagee监控,监控数据差别不大,可保证数据准确性。但GT与Emmagee都是通过在手机上重新安装一个app进行监控, 无法通过电脑直观有效的看到可视化数据,所以才有了该项目。

环境

jdk 1.8

android sdk

android系统4.0以上

手机需要连接电脑

使用方法

  1. 手机连接电脑
  2. cmd运行adb devices,确认电脑是否有adb环境且手机是否连接电脑成功
  3. 运行com.ly.gui.MonitorFrame该类即可(也可直接用maven打包成jar运行,可以用exe4j把jar包打包成exe文件)

主要功能

首页:

image

CPU监控:

cpu监控主要监控数据:总使用率, app使用率, app cpu平均占用率,监听次数

目前实时图上面只加入了总使用率, app使用率,其他数据保存在csv文件中,需要可自取

image

内存监控:

mem监控主要监控两个:占用内存,占用内存比

image

网络监控:

net监控主要监控:接收数据,传输数据, 接收数据平均值,传输数据平均值, 总监控次数

图中未有的数据可去csv文件中查找

image

androidmonitor-1's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.