Metadata-Version: 2.1
Name: solox
Version: 1.0.9
Summary: APP性能测试 - Simple test in SoloX
Home-page: https://github.com/rafa0128/SoloX
Author: Chen Hongqing
Author-email: laoqi1988_f1@126.com
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask (>=2.0.1)
Requires-Dist: requests

<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="#" target="__blank"><img src="https://img.shields.io/static/v1?label=Demo&message=preview&color=228be6" alt="SmartTest preview"></a>
<br>
</p>

## SoloX

SoloX - APP性能数据实时收集工具。

我们致力于解决低效、繁琐的测试执行，我们的目标是Simple Test In SoloX !


## 功能
#### 首页
<img src="https://cdn.nlark.com/yuque/0/2022/png/153412/1646124096293-844c676f-2d4e-443b-a74c-29fe40d523d1.png?x-oss-process=image%2Fresize%2Cw_1500%2Climit_0"  width="100%">

#### 报告
<img src="https://cdn.nlark.com/yuque/0/2022/png/153412/1646124102808-1c14c403-0813-49d9-bb2e-ebb915af9066.png?x-oss-process=image%2Fresize%2Cw_1500%2Climit_0"  width="100%">

#### 分析
<img src="https://cdn.nlark.com/yuque/0/2022/png/153412/1646124090165-11408e8c-a5ec-45ec-9955-a0ce92f68d10.png?x-oss-process=image%2Fresize%2Cw_1500%2Climit_0"  width="100%">

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

## 启动
```
执行：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://xx.xx.xx.xx:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 906-499-328

```


