玩网络的一般都有海外小鸡吧
记录一下我用的脚本
综合性能测试
#综合性能测试
wget -qO- bench.sh | bash
#或
curl -Lso- bench.sh | bash
#或者
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
#或者
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superb
回程测试
#回程测试
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh