LibreSpeed是一款快速部署,可以用于測試網(wǎng)速的工具,特別是在局域網(wǎng)環(huán)境中,用來測試網(wǎng)絡(luò)設(shè)備帶寬是否達標(biāo)非常好用。代碼主要由一組html、js和php構(gòu)成。下面以Ubuntu下安裝為例:
一、安裝
- 安裝配置Ubuntu20.04虛擬機。
- 安裝Apache和php
從github下載項目,項目地址:https://github.com/librespeed/speedtest
sudo git clone https://github.com/librespeed/speedtest.git
配置LibreSpeed
sudo cd speedtest sudo cp -R backend example-singleServer-pretty.html *.js /var/www/html/ sudo cd /var/www/html/ sudo mv example-singleServer-pretty.html index.html
二、測試
配置好后,訪問http://ip/index.html即可使用。測速如下
?
本文摘自 :https://www.cnblogs.com/