三网测速
bash <(curl -Lso- https://git.io/Jlkmw)
speedtest脚本
apt install curl sudo lsb-release -y
curl -s https://install.speedtest.net/app/cli/install.deb.sh | bash && apt-get install -y speedtest && speedtest
speedtest
流媒体解锁
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
91自定义测试脚本
测试vps性能脚本
1、Bench.sh
wget -qO- bench.sh | bash
2、Superbench.sh
wget -qO- git.io/superbench.sh | bash
3、ZBench.sh #ZBench 基本上是把上面两个脚本的功能合并了一下,再自己加了些许新的功能,可以说是集大成者,可以一次性测试上面两个脚本的测试项。# 来源:https://github.com/FunctionClub/ZBench
中文版:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
英文版:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh
本文作者:admin
本文链接:https://zlqwz.com/archives/6.html
版权声明:所有文章除特别声明外,均系本人自主创作。转载及引用请联系作者,并注明出处(作者、原文链接等)。