Metadata-Version: 2.1
Name: solox
Version: 1.0.46
Summary: APP性能测试 - Simple test in SoloX
Home-page: https://github.com/smart-test-ti/SoloX
Author: Chen Hongqing
Author-email: laoqi1988_f1@126.com
License: MIT
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
<a href="#">
<img src="https://cdn.nlark.com/yuque/0/2022/png/153412/1643364757640-b4529458-ec8d-42cc-a2d8-c0ce60fdf50f.png" alt="SoloX" width="300">
</a>
<br>
<br>
</p>
<p align="center">
<a href="https://pypi.org/project/solox/" target="__blank"><img src="https://img.shields.io/pypi/v/solox" alt="solox preview"></a>
<br>
</p>

## SoloX

SoloX - Real-time collection tool for Android performance data.

We are committed to solving inefficient, cumbersome test execution, and our goal is Simple Test In SoloX!


## Installation
```
1.Python:3.6+ 
2.pip3 install -U solox
```

## Run locally
### default
>the startup host and port defaults to 0.0.0.0 and 5000.

```
   python3 -m solox

 * Serving Flask app 'run' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Running on all addresses.
   WARNING: This is a development server. Do not use it in a production deployment.
 * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 906-499-328

```

### custom
>custom startup host and port, support command line input.

```shell
python3 -m solox --host=0.0.0.0 --port=50003
```
## Features
#### Home
<img src="https://user-images.githubusercontent.com/29191106/174444639-9798a0b8-30ea-4678-a2b1-842b6a293d69.png"  width="100%">


#### Logcat
<img src="https://cdn.nlark.com/yuque/0/2022/png/153412/1648879631071-078b2185-0cbd-409c-9212-485f5841766d.png?x-oss-process=image%2Fresize%2Cw_1500%2Climit_0"  width="100%">


#### Report
<img src="https://cdn.nlark.com/yuque/0/2022/png/153412/1648879616511-15f271b7-2761-43c5-a86c-50f82bc68f32.png?x-oss-process=image%2Fresize%2Cw_1500%2Climit_0"  width="100%">

#### Analysis
<img src="https://user-images.githubusercontent.com/29191106/174444708-70621044-f836-446f-852f-05925e60cada.png"  width="100%">

## Stargazers

[![Stargazers over time](https://starchart.cc/smart-test-ti/SoloX.svg)](https://starchart.cc/smart-test-ti/SoloX)


## Contributors

<a href="https://github.com/smart-test-ti/SoloX/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=smart-test-ti/SoloX" />
</a>


## References
https://github.com/alibaba/mobileperf
>fps&jank 的收集和统计参考了 mobileperf 

