平时购买VPS的时候,难免会碰到性能或网络较差的VPS。
为避免买到这种小鸡,使用一键测试脚本是必不可少的。
下面将总结一些VPS常见的测试脚本,方便朋友们使用。
推荐个BBR脚本吧:
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
Linux VPS综合测试:
SuperBench.sh
GitHub地址:https://github.com/oooldking/script/
作者地址:https://www.oldking.net/350.html
使用:
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/superbench.sh | bash
效果图演示:
Bench.sh
GitHub地址:https://github.com/teddysun/across
作者地址:https://teddysun.com/444.html
使用:
wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash
效果图演示:
ZBench.sh
GitHub地址:https://github.com/FunctionClub/ZBench
中文版使用:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
英文版使用:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh
效果图演示:
A,I/O bench and system info
GitHub地址:https://github.com/Aniverse/A
使用:
bash -c "$(wget -qO- https://github.com/Aniverse/A/raw/i/a)"
bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a)
bash <(curl -s https://raw.githubusercontent.com/Aniverse/A/i/a)
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
No IP bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -a
No IPIP bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -b
No IOtest bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -c
No IPIP & IOtest bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -bc
B,sysctl info
bash -c "$(wget -qO- https://github.com/Aniverse/A/raw/i/b)"
bash <(curl -s https://raw.githubusercontent.com/Aniverse/A/i/b)
wget -q https://github.com/Aniverse/A/raw/i/b && bash b
效果图演示:
VPS网速测试:
SuperSpeed.sh
GitHub地址:https://github.com/oooldking/script/
作者地址:https://www.oldking.net/305.html
使用:
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh
效果图演示:
speedtest-net测速:
GitHub地址:https://github.com/sivel/speedtest-cli
使用:
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --no-check-certificate
chmod +x speedtest-cli
./speedtest-cli
或者
curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --no-check-certificate
chmod +x speedtest-cli
./speedtest-cli
VPS路由测试:
回程测试
GitHub地址:https://github.com/nanqinlang-script/testrace
使用:
wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh && bash testrace.sh
效果图演示:
懒人脚本:wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh && chmod +x hj.sh && bash hj.sh
去程测试请使用:
https://tools.ipip.net/traceroute.php
2021更新
VPS测试: wget vpstest.cn/it && bash it wget -qO- git.io/superbench.sh | bash wget -qO- sb.oldking.net | bash wget -qO- bench.sh | bash wget -qO- https://git.io/Jvh0J | bash wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py && python speedtest.py curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s spfull bash <(curl -sL mcnb.top/besttcp.sh) 路由测试 bash <(curl -Lso- https://git.io/superspeed) VPS全面测速 |
最新评论
找了很久才找到
哇哦
谢谢分享
求下载
的NSA看到
不错啊
uu
我看看