{"id":15026553,"url":"https://github.com/netease/emmagee","last_synced_at":"2025-10-06T20:30:36.342Z","repository":{"id":6755163,"uuid":"8001680","full_name":"NetEase/Emmagee","owner":"NetEase","description":"Android performance test tool-CPU,memory,network traffic,starting time,battery current and status","archived":false,"fork":true,"pushed_at":"2018-03-16T06:53:02.000Z","size":1466,"stargazers_count":2360,"open_issues_count":16,"forks_count":719,"subscribers_count":218,"default_branch":"master","last_synced_at":"2024-04-13T23:44:04.574Z","etag":null,"topics":["android","performance","reliable"],"latest_commit_sha":null,"homepage":"https://github.com/NetEase/Emmagee/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kevinkong/Emmagee","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NetEase.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-04T05:38:28.000Z","updated_at":"2024-04-13T06:19:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NetEase/Emmagee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetEase%2FEmmagee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetEase%2FEmmagee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetEase%2FEmmagee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetEase%2FEmmagee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NetEase","download_url":"https://codeload.github.com/NetEase/Emmagee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235547083,"owners_count":19007620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","performance","reliable"],"created_at":"2024-09-24T20:04:40.710Z","updated_at":"2025-10-06T20:30:30.793Z","avatar_url":"https://github.com/NetEase.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Emmagee - a practical, handy performance test tool for specified Android App\n\nEmmagee is a practical, handy performance test tool for specified Android App, which can monitor CPU, memory, \nnetwork traffic, battery current and status([Some devices are not supported](https://github.com/NetEase/Emmagee/wiki/Some-devices-are-not-supported)), new features such as top activity and heap size if rooted([Root Toast may continously show](https://github.com/NetEase/Emmagee/wiki/FAQ)), are also supported in the [latest version](https://github.com/NetEase/Emmagee/releases). Additionally, it also provides several cool features such as customizing interval of collecting data,\nrendering real-time process status in a floating window, and much more.\n\n * Homepage: https://github.com/NetEase/Emmagee\n * Wiki: https://github.com/NetEase/Emmagee/wiki\n * Issues: https://github.com/NetEase/Emmagee/issues\n * FAQ: https://github.com/NetEase/Emmagee/wiki/FAQ\n * Tags: Android, Java \n\n\u003cimg src=\"https://github.com/andrewleo/pictures/blob/master/Emmagee/V2.0/homepage.png\" width=\"180px\" /\u003e\u0026nbsp;\u003cimg src=\"https://github.com/andrewleo/pictures/blob/master/Emmagee/V2.0/settings.png\" width=\"180px\" /\u003e\u0026nbsp;\u003cimg src=\"https://github.com/andrewleo/pictures/blob/master/Emmagee/V2.0/mailsettings.png\" width=\"180px\" /\u003e\n\n## Why should I use Emmagee?\n\nUnlike most other performance test tools that only do system-level monitoring, Emmagee provides the ability to monitor any single App. Other advantages that\nyou should not miss:\n* Open source\n* Easy to use\n* Process-specific monitoring, including CPU, memory, network traffic, battery current, launching time and status\n* Floating window that renders real-time process status\n* CSV format report that can be converted into any other format you want\n* User-defined collecting interval\n* Fully support Android 2.2 and above\n\n## How to use Emmagee?\n\nFirst of all ,you should have Emmagee.apk,download [here](https://github.com/NetEase/Emmagee/releases) or \nbuild the apk file youself [here](https://github.com/NetEase/Emmagee/wiki/How-to-build-emmage.apk%3F),then :\n\n1. Start Emmagee App\n2. Configure interval\n3. Select a target process \n4. Click Start button\n\nAnd Enjoy!\n\nIf you want to stop the test, just go back to Emmagee and click Stop button.\n\n## Android 5.0 and above\n\n* `Android 5.0 and above`: getRunningTasks() and getRunningAppProcesses() are deprecated and only return your application process, so it is unable to get TopActivity from Android 5.0.\n* `Android 7.0`: Google has restricted access to /proc, and also can not get pid of target application from TOP command in Android 7.0, I am so sorry to tell that 7.0 can not be supported.\n\n## Coming Soon\n* We want you to decide!\n\n## How to Contribute?\n\nYou are welcome to contribute to Emmagee, meanwhile you'd better follow the rules below\n\n* It's *NOT* recommended to submit a pull request directly to Emmagee's `master` branch. `develop` branch is more appropriate\n* Follow common Java coding conventions\n* Put all Java class files under *com.netease* package\n* Add the following [license](#license) in each Java class file\n\n## Contributors\n* NetEase, Inc.\n* [yrom](https://github.com/yrom)\n* [LukeOwncloud](https://github.com/LukeOwncloud)\n\n## License\n(The Apache License)\n\nCopyright (c) 2012-2015 NetEase, Inc. and other contributors\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetease%2Femmagee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetease%2Femmagee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetease%2Femmagee/lists"}