常用VPS测试脚本



对于一个合格的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://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

国际:

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

DD成debian11:

bash InstallNET.sh -debian 11

备用:

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

增加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的优先级

声明:纯情BLOG|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - 常用VPS测试脚本


:D 获取中...