前提

用的Debian系统,所以命令是基于Debian和Ubuntu;CentOS自行小修改;

建议跑之前,安装好wget、curl组件。

三网回程路由检测V1

https://github.com/zhanghanyun/backtrace

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

三网回程路由检测V2

https://github.com/zhucaidan/mtr_trace

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

SuperSpeed 三网全面测速

https://github.com/uxh/superspeed

bash <(curl -Lso- https://git.io/superspeed_uxh)

Idcoffer 三网全面测速+流媒体检测

https://www.idcoffer.com/archives/10785

仅进行 speedtest 国内三网测速

bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh) --speed

流媒体测试

bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh) -m

国内外网络测速+流媒体测试

bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench-dev.sh) --no-geek

作者 灰武士