APP 性能测试工具

本贴最后更新于 658 天前,其中的信息可能已经时移世改

logo.png

源码:https://github.com/smart-test-ti/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.

python3 -m solox --host=0.0.0.0 --port=50003

Features

Home

Report

Analysis

Stargazers

Stargazers over time

Contributors

References

https://github.com/alibaba/mobileperf

fps&jank 的收集和统计参考了 mobileperf

回帖
请输入回帖内容 ...