Skip to main content

friebox - Real-time collection tool for Android/iOS performance data.

Project description

friebox

friebox preview

🔎简介

friebox - Android/iOS性能数据的实时采集工具。

我们致力于解决低效、繁琐的测试执行问题,我们的目标是在【Simple Test In friebox】

📦环境

💡 如果Windows用户需要测试iOS,请先安装Itunes.

📥安装

pip install -U friebox # 默认
pip install -i  https://mirrors.ustc.edu.cn/pypi/web/simple -U friebox # 镜像

💡 如果你的网络无法通过 [pip install -U friebox] 下载, 可以尝试使用镜像下载,但是可能不是最新版本.

🚀启动friebox

python -m friebox # 默认
python -m friebox --host={ip} --port={port} # 自定义

🏴󠁣󠁩󠁣󠁭󠁿使用python收集

from friebox.public.apm import APM
# friebox version >= 1.0.0
apm = APM(pkgName='com.bilibili.app.in',deviceId='ca6bd5a5',platform='Android', surfaceview=True, noLog=True)
# apm = APM(pkgName='com.bilibili.app.in', platform='iOS') only supports one device
# surfaceview: False = gfxinfo (Developer - GPU rendering mode - adb shell dumpsys gfxinfo)
# noLog : False (Save test data to log file)
cpu = apm.collectCpu() # %
memory = apm.collectMemory() # MB
flow = apm.collectFlow(wifi=True) # KB
fps = apm.collectFps() # HZ
battery = apm.collectBattery() # level:% temperature:°C current:mA voltage:mV power:w
gpu = apm.collectGpu() # % only supports ios

🏴󠁣󠁩󠁣󠁭󠁿使用API收集

后台启动服务

# friebox version >= 2.1.5
macOS/Linux: nohup python -m friebox &
Windows: start /min python -m friebox &

获取请求数据

Android: http://{ip}:{port}/apm/collect?platform=Android&deviceid=ca6bd5a5&pkgname=com.bilibili.app.in&target=cpu
iOS: http://{ip}:{port}/apm/collect?platform=iOS&pkgname=com.bilibili.app.in&target=cpu
target in ['cpu','memory','network','fps','battery','gpu']

🔥功能

  • 无需ROOT/越狱: Android设备无需ROOT,iOS设备无需越狱。高效解决Android & iOS性能测试分析难题。

  • 数据完整性: 可提供FPS、Jank、CPU、GPU、Memory、Battery 、Network等性能参数,这些您都可以轻松获得。

  • 美观的报告看板: 报告看板,您可以随时随地存储、可视化、编辑、管理和下载使用任何版本的friebox收集的所有测试数据。

  • 好用的监控设置: 支持在监控过程中设置告警值、收集时长、访问其他PC机器的移动设备。

  • 比对模式: 支持两台移动设备同时对比测试。 🌱2-devices: 使用两台不同的设备测试同一个app。 🌱2-apps: 使用两台配置相同的设备测试两个不同的app。

终端

💕感谢

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

friebox-1.0.0.tar.gz (10.3 MB view details)

Uploaded Source

Built Distribution

friebox-1.0.0-py3-none-any.whl (10.4 MB view details)

Uploaded Python 3

File details

Details for the file friebox-1.0.0.tar.gz.

File metadata

  • Download URL: friebox-1.0.0.tar.gz
  • Upload date:
  • Size: 10.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for friebox-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a86b0eaa9cd7f9fdf6bc19a98a3de08e64661bd8d0a88fba2ce006002a16abc3
MD5 57aef8e31a69c90ff86a0f1a985beeca
BLAKE2b-256 d338c6a5e512bc70da7ade905b94d395015f2313d1c452718301431cfd765a84

See more details on using hashes here.

File details

Details for the file friebox-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: friebox-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for friebox-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aabe7cb5ce34ff95709b93a22a94c3d72def37b7ab8c50d6e4a960a6549cf1f1
MD5 2ca3d32437eb1e50988f0a0c3c681295
BLAKE2b-256 d6548497d5c8fe12f8bd7b9e1a470054791653073a608ed5ba51dab6be8c56b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page