脚本收集
BBR测试
wget -N --no-check-certificate "https://raw.githubusercontent.com/hijkpw/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
Bench测试脚本
wget -qO- bench.sh | bash
SuperBench测试脚本
wget -qO- git.io/superbench.sh | bash
或
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
融合怪测评脚本
IO读写测试/常用流媒体解锁/Tiktok解锁/三网回程以及路由延迟/回程路由/端口检测/检测IP是否有问题/speedtest测速/延迟测试
交互形式
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
或
bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)
无交互形式
echo 1 | bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
或
echo 1 | bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)
HyperSpeed速度测试
bash <(curl -Lso- https://bench.im/hyperspeed)
或
bash <(wget -qO- https://bench.im/hyperspeed)
路由测试
Besttrace直接显示回程线路
wget -qO- git.io/besttrace | bash
backtrace 三网回程路由测试
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
评论已关闭