一、综合测试脚本
融合怪:
bash <(wget -qO- bash.spiritlhl.net/ecs)
秋水逸冰大佬的Bench.sh脚本
使用:
wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash
demo:

Zbench
脚本由漏水和kirito,基于Oldking大佬 的 SuperBench,然后加入Ping以及路由测试的功能,还能生成测评报告,分享给其他人查看测评数据
使用方法
中文版:
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
demo:

二、三网快速测速
主要:
bash <(curl -Lso- https://git.io/superspeed_uxh)
备用:
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)
bash <(curl -Lso- https://git.io/superspeed)
demo:

三、快速测试三网回程路由
wget -qO- git.io/autobesttrace | bash

四、流媒体一键检测
debian/Ubuntu:
apt install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
centos:
yum install epel-release
yum install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
demo:

五、奈飞一键测试
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
demo:

Yabs
curl -sL yabs.sh | bash
wget -qO- yabs.sh | bash