收集一些自用的shell脚本。

yabs测试脚本

wget -qO- yabs.sh | bash
#来自GitHub,老外比较爱用的服务器性能测试脚本。

SuperSpeed.sh - VPS三网测速脚本

bash <(curl -Lso- https://git.io/superspeed_uxh)
#使用方法(需要以root用户执行)

三网速度测试脚本

bash <(curl -Lso- http://yun.789888.xyz/speedtest.sh)

服务器一键测试脚本,支持speedtest国内外测速(显示上行、下行、抖动和丢包率)、Geekbench v5单核、多核性能测试,Netflix、YOuTube Premium、BiliBili和iQIYI等流媒体解锁测试,以及中国大陆方向路由测试等集成多项常用linux测试项目。

bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)
或者
wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh | sudo bash

融合怪测评脚本【个人感觉比较全】

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
#来自GitHub。

三网回程线路测试脚本

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

Bench.sh性能测试脚本

wget -qO- bench.sh | bash
或者
curl -Lso- bench.sh | bash

一键开启BBR服务器加速脚本

wget --no-check-certificate -O /opt/bbr.sh https://github.com/teddysun/across/raw/master/bbr.sh
chmod 755 /opt/bbr.sh
/opt/bbr.sh
#BBR的作用就是尽量跑满带宽,并且尽量不要有排队的情况-进而实现服务器加速!
#脚本来自秋水逸冰

批量 ping 测试云服务器速度

bash <(curl -sL ping.nuk.one)
或者
bash <(wget -qO - ping.nuk.one)
#脚本来自GitHub

可视化服务器回程路由测试

wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route
或者
curl http://tutu.ovh/bash/returnroute/test.sh|bash
#来自李子博客,适用于centos6/7,测试服务器回程线路类型,是否为中国优化。

NextTrace路由追踪

bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh)
Example:nexttrace 8.8.8.8
#来自于@sjlleo开源的路由测试程序,支持多个查询接口,不受IPIP.NET的限制。

服务器回程路由测试

wget -qO- git.io/besttrace | bash
#真假线路信息,一测便知!

持续收集更新中......

云服务器/高防CDN推荐

蓝易云国内/海外高防云服务器推荐


免备案五网CN2云服务器:www.tsyvps.com

蓝易云安全企业级高防CDN:www.tsycdn.com

持有增值电信营业许可证:B1-20222080【资质齐全】

蓝易云香港五网CN2 GIA/GT精品网络服务器。拒绝绕路,拒绝不稳定。

最后修改:2024 年 04 月 08 日
如果觉得我的文章对你有用,请随意赞赏