赞
踩
原文链接:https://blog.csdn.net/laoqi527/article/details/123938658
SoloX——
GitHub - smart-test-ti/SoloX: SoloX - Real-time collection tool for Android performance data.(移动端性能测试\APP性能测试\Android性能测试)
https://github.com/smart-test-ti/SoloX
SoloX - Android/iOS 性能数据实时收集工具
具体安装使用方法可去github上查看。
该工具填补了perfdog后没有好用的性能工具的空白。
本文旨在记录工具使用过程中遇到的问题及解决方案。
目前使用环境windows10。
问题1.无法使用python3指令
解决方案:
python -m solox
问题2.内网无法开放50003端口
解决方案:根据作者在github上的指引,使用定制方式
python3 -m solox --host=0.0.0.0 --port=8080
######问题3. ios设备数据无法采集
具体描述:已安装itunse并启动,能识别到iphone及其内的应用包名信息,但点击start后,采集到的数据仍是一条直线。
解决方案:安装WDA,参考https://www.cnblogs.com/mo-nian/p/15415781.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。