三网测速

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自定义测试脚本

91yun

测试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