说明
我们站长在选择云服务器的时候会浏览看到一些主机评测类网站,基本上看到的评测类网站对于商家和服务器的评测信息都包含各种跑分和测评脚本工具出来的数据。我们很多网友还是比较喜欢用这样的脚本进行给服务器跑分测试的。
第一、Superbench
- wget https://raw.githubusercontent.com/oooldking/script/master/superbench.sh
- chmod +x superbench.sh
- ./superbench.sh
这个脚本来自Oldking,可以快速的展现当前服务器的配置、IO、SpeedTest内置下载速度。
第二、Bench
- wget -qO- bench.sh | bash
这个脚本是最早出来的,后来有几个脚本在基础上修改和完善出来的。
第三、ZBench
wget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
这个脚本就是基于前面几个脚本改造过来的。看到只是进行中文汉化。
第四、LemonBench
wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash -s full
这个脚本是最近很多人喜欢使用的,因为功能和测试参数比较多。
第五、SpeedTest
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py
chmod a+rx speedtest.py
python speedtest.py
我们可以根据指定的地区进行测速:
python speedtest.py –list
然后看到对应的ID进行测速:
python speedtest.py –server 对应ID
原文地址:https://www.6r9.net/640.html