个人常用的VPS服务器脚本,用于服务器国内外测速、性能测试、流媒体测试等。
VPS服务器开启自带BBR
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr
Superbench.sh
vps服务器配置信息,测试vps服务器的I/O和国内部分节点测速。
wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
bench.sh
vps服务器配置信息,测试vps服务器的I/O和国外节点测速。
wget -qO- bench.sh | bash
Superspeed国内节点测速
四网国内节点比较全的纯测速脚本。
bash <(curl -Lso- https://www.infski.com/files/superspeed.sh)
Superspeed国内单线程测速
国内三网节点单线程测试,很实用。
bash <(curl -Lso- https://bench.im/hyperspeed)
yabs.sh内核跑分
测试vps服务器fio硬盘读写速度,geekbench CPU跑分。
curl -sL yabs.sh | bash -s -- -i
LemonBench
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
流媒体解锁测试
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.5/nf_2.5_linux_amd64 && chmod +x nf && clear && ./nf
##奈非测试
服务器线路测试
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
路由测试
wget -qO- git.io/autobesttrace | bash
其他
BlueSkyXN工具箱
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
融合怪
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
添加SWAP脚本
wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh
geekbench5测试
curl -sL yabs.sh | bash -s -- -5
独服硬盘时间测试
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
OPENAI解锁测试
bash <(curl -Ls https://github.com/ludashi2020/OpenAI-Checker/raw/main/openai.sh)
THE END
暂无评论内容