收集了用于测试VPS或者独立服务器性能、网速、解锁等等相关脚本和网站合集。
VPS规格测试
1
| wget -qO- bench.sh | bash
|
或者:
1
| wget -qO- git.io/superbench.sh | bash
|
1
| wget -qO- yiyi.im/X/x.sh | bash
|
GB5-6
GB6 跑分脚本,附带宽测试:
GB6 剔除带宽测试,因为都是国外节点测试,国内跑没多大意义:
1
| curl -sL yabs.sh | bash -s -- -i
|
GB5 跑分脚本,附带宽测试:
1
| curl -sL yabs.sh | bash -5
|
GB5 剔除带宽测试:
1
| curl -sL yabs.sh | bash -s -- -i -5
|
三网测速
1
| bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)
|
1
| bash <(curl -Lso- https://bench.im/hyperspeed)
|
1
| bash <(curl -Lso- https://www.infski.com/files/superspeed.sh)
|
回程路由
1
| wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
|
1
| wget -qO- git.io/besttrace | bash
|
流媒体解锁
1
| bash <(curl -Ls IP.Check.Place)
|
25端口
独服硬盘测试
1
| wget -q https://github.com/Aniverse/A/raw/i/a && bash a
|
去程和PING
测试vps去程网址:
https://www.itdog.cn/traceroute/
https://tools.ipip.net/traceroute.php
测试IP有没有被墙:https://ping.pe
TCP端口测试:https://tcp.pine.pe
其它
一键代理脚本:
https://github.com/yeahwu/v2ray-wss
一键tcp窗口优化脚本:
1
| wget https://raw.githubusercontent.com/yeahwu/v2ray-wss/main/tcp-window.sh && bash tcp-window.sh
|