README.md 1.9 KB
Newer Older
K
kevinkong 已提交
1
##Emmagee - a practical, handy performance test tool for specified Android App
A
andrewleo2013 已提交
2

K
kevinkong 已提交
3
Emmagee is a practical, handy performance test tool for specified Android App, which can monitor CPU, memory and 
K
kevinkong 已提交
4
network traffic. Additionally, it also provides several cool features such as customizing interval of collecting data,
K
kevinkong 已提交
5
rendering real-time process status in a floating window, and much more.
A
andrewleo2013 已提交
6

K
kevinkong 已提交
7 8 9
 * Homepage: https://github.com/NetEase/Emmagee
 * Wiki: https://github.com/NetEase/Emmagee/wiki
 * Issues: https://github.com/NetEase/Emmagee/issues
K
kevinkong 已提交
10
 * Tags: Android, Java 
A
andrewleo2013 已提交
11 12 13 14


## Why should I use Emmagee?

K
kevinkong 已提交
15
Unlike most other performance test tools that only do system-level monitoring, Emmagee provides the ability to monitor any single App. Other advantages that
K
kevinkong 已提交
16 17 18
you should not miss:
* Open source
* Easy to use
K
kevinkong 已提交
19
* Process-specific monitoring
K
kevinkong 已提交
20
* Floating window that renders real-time process status
K
kevinkong 已提交
21
* CSV format report that can be converted into any other format you want
K
kevinkong 已提交
22
* User-defined collecting interval
A
andrewleo2013 已提交
23 24 25
* Fully support Android 2.2 and above

## How to use Emmagee?
K
kevinkong 已提交
26 27 28 29 30 31 32 33 34

1. Start Emmagee App
2. Configure interval
3. Select a target process 
4. Click Start button

And Enjoy!

If you want to stop the test, just go back to Emmagee and click Stop button.
A
andrewleo2013 已提交
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53

## Contributors
* NetEase, Inc.

## License
(The Apache License)

Copyright (c) 2012-2013 NetEase, Inc. and other contributors

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
K
kevinkong 已提交
54
   limitations under the License.