1. Python:3.6+
2. Pip3
pip3 install -U solox
#注意: 如果Windows用户需要测试ios,先安装并启动iTunes
pip3 list
# 查看列表中是否已经安装soloX
python3 -m solox
#ip:localhost port:50003
python3 -m solox --host=0.0.0.0 --port=50003
#ip:本地ip
#port:50003
#host和port可以自定义
macOS/Linux: nohup python3 -m solox &
Windows: start /min python3 -m solox &
#可以把命令替换为自定义启动命令
http://{ip}:50003/apm/collect?platform=Android&deviceid=ca6bd5a5&pkgname=com.bilibili.app.in&apm_type=cpu
apm_type in ['cpu','memory','network','fps','battery']