测速站点

Bad Apple!! e3d80c6467 Update README.md 2 years ago
.github a79ad6c561 Update docker-build.yml 3 years ago
backend 9f8bf650a1 测速结果增加线性图表 4 years ago
chartjs e6170c0689 chart 4 years ago
.gitignore 11463fda6d 上报记录 5 years ago
LICENSE 546e5792d8 Create LICENSE 5 years ago
README.md e3d80c6467 Update README.md 2 years ago
README_CN.md 9f8140b139 Update README_CN.md 2 years ago
chart.html 9f8bf650a1 测速结果增加线性图表 4 years ago
index.html 9f8bf650a1 测速结果增加线性图表 4 years ago
results.html 4451e337a1 Update results.html 3 years ago
speedtest.js d9c58cd598 update readme 5 years ago
speedtest_worker.js e82bdd0f55 下行 garbage.php 文件限制大小至 50M 5 years ago

README.md

GitHub Actions Build Status GitHub last commit GitHub

This project is an extension of LibreSpeed, LibreSpeed is a pretty lightweight speedtest tool.

speedtest-x uses file datebase to save speedtest results from various users. Thus you can check out different results from various countries/regions.

自用机场推荐:

  • MIKI Cloud,优质稳定,全场8折券、加入售后群赠送余额,全节点解锁流媒体,无缝访问 ChatGPT

中文文档

Join Telegram group

❗ Warning:Based on the principle of web speedtest, this program will generate garbage files for tester to download them to calculate the downstream network bandwidth from server to local. There may be abuses by malicious tester in a certain extent, after shared your speedtest website in public, please pay attention to the condition of your server traffic to avoid an traffic overload.

Features and extensions

  • Self-hosted lightweight speedtest page
  • User speedtest result datasheet
  • No MySQL, but lightweight file database
  • Use ip.sb to get IP info by default

Quick start

Deploy by Docker (Supported platforms: AMD64/ARM64)
  1. Pull Image docker pull badapple9/speedtest-x
  2. Run container docker run -d -p 9001:80 -it badapple9/speedtest-x (💡 See more parameters Here)
  3. Open {your_ip}:9001

General deploy (Require: PHP5.6+)
  1. Download repository files and unzip to website directory, open {your_domain_name}/index.html.
  2. Open {your_domain_name}/results.html to check out speedtest result datasheet.

Settings

backend/config.php:

MAX_LOG_COUNT = 100:Maximum results size, 100 by default

IP_SERVICE = 'ip.sb':IP info provider (Options: ip.sb / ipinfo.io), ip.sb by default

SAME_IP_MULTI_LOGS = false:Whether to allow the same user IP to record multiple speedtest results, false by default.

Screenshots

index results

See also

Contributors

License

See License