常用VPS测试脚本
侧边栏壁纸
  • 累计撰写 21 篇文章
  • 累计收到 16 条评论

常用VPS测试脚本

admin
2023-08-29 / 1 评论 / 260 阅读 / 正在检测是否收录...

C19DXBPVBF89C3PDH1J5D7.webp

对于一个合格的mjj来说,购买VPS之后的评测必不可少。但是评测脚本都分散在各大论坛(比如hostloc.com,nodeseek.com等等)、Github甚至个人博客中,使用起来需要四处寻找,十分不便。在此整理一份常用的VPS评测脚本,方便自己,也方便大家。

DD系统

原帖:https://hostloc.com/thread-1159839-1-1.html

国外:

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

国内:

wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

DD成debian11:

bash InstallNET.sh -debian 11

密码:

LeitboGi0ro

备用:

wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh

增加swap空间

wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

开启BBR加速:

wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/dev/install.sh" && chmod +x install.sh && bash install.sh

SuperBench.sh 测VPS

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

流媒体解锁测试:

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

ARM架构使用此docker:

docker run --rm --net=host lmc999/regioncheck

ChatGPT解锁检测:

bash <(curl -Ls https://github.com/ludashi2020/OpenAI-Checker/raw/main/openai.sh)

传统四网TCP回程测试:

wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh && chmod +x jcnf.sh && clear &&./jcnf.sh

新四网TCP回程测试(支持IPv6):

wget https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh

全功能国际/国内/单线程/多线程网络测试:

bash <(curl -sL bash.icu/speedtest)

增加SWAP空间:

wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

套WARP:

wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash menu.sh

融合怪测试:

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

移除virtio_balloon模块:

rmmod virtio_balloon

装Docker

curl -sSL https://get.docker.com/ | sh

测试 25 端口开启

telnet smtp.aol.com 25

GB5 性能测试

bash <(curl -sL gb5.top)

或者

curl -sL yabs.sh | bash -s -- -5

GB6性能测试

wget -qO- yabs.sh | bash

不测iperf

curl -sL yabs.sh | bash -s -- -i

测试IPv4/IPv6的优先级

curl ip.p3terx.com

多功能网络测速脚本

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)

双栈服务器设置IPV4优先

sed -i 's/#precedence ::ffff:0:0\/96  100/precedence ::ffff:0:0\/96  100/' /etc/gai.conf
2

评论 (1)

取消
  1. 头像
    Thomas
    Windows 10 · Google Chrome

    尊敬的站长您好, 由于找不到您的联系方式只好在这留下评论。我是Thomas,代表Blend Hosting,是一间来自于马来西亚的托管服务商,我们在近期了解到了您的网站,并对于您在网站上VPS主机测评与推荐的内容方面深感钦佩。

    所以,有意向想要在贵网站进行发布与推广我们的托管商产品,在此方便说明在您的网站投稿时必须特别注意的投稿条件吗?以避免投稿时有任何违规行为。相信通过您的网站,我们的托管产品可以传达给更多的潜在客户。

    最后,感谢您愿意在百忙之中阅读我的投稿信息,如有何更进一步的投稿问题,欢迎随时联系我(联系方式:[email protected])。

    回复