收集了用于测试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 跑分脚本,附带宽测试:
1
|
curl -sL yabs.sh | bash
|
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 -L -s media.ispvps.com)
|
1
|
bash <(curl -L -s check.unlock.media)
|
1
|
bash <(curl -Ls IP.Check.Place)
|
25端口
1
|
telnet smtp.aol.com 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
|
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。



评论(0)