LibreSpeed是一款快速部署,可以用于测试网速的工具,特别是在局域网环境中,用来测试网络设备带宽是否达标非常好用。代码主要由一组html、js和php构成。下面以Ubuntu下安装为例:

一、安装

  • 安装配置Ubuntu20.04虚拟机。
  • 安装Apache和php

从github下载项目,项目地址:GitHub - librespeed/speedtest: Self-hosted Speedtest for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more

sudo git clone https://github.com/librespeed/speedtest.git

配置LibreSpeed

sudo cd speedtest
sudo cp -R backend example-singleServer-pretty.html *.js  /vat/www/html/
sudo cd /vat/www/html/
sudo mv example-singleServer-pretty.html index.html

二、测试

配置好后,访问http://ip/index.html即可使用。测速如下

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐