怎样测试VPS

2024年1月20日 | 分类: 【技术】

这个脚本非常全面,涵盖了对vps的各项测试,包括但不限于性能,网络、解锁、系统等脚本,仅仅是自己收藏,感谢这位博主的收集。

综合性能测试

1. 融合怪脚本 – 集百家之长,目前最全的测试脚本,没有之一 GITHUB

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

2.YABS 脚本 GITHUB

curl -sL yabs.sh | bash

3.unixbench 跑分

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

4. 硬盘测试

dd bs=64k count=4k if=/dev/zero of=test oflag=dsync

5.Geekbench5 测试(YABS 默认 G6)

curl -sL yabs.sh|bash -s -- -if -fdi5

网络类

1. 路由测试 -Testtrace(基于 Nexttrace)

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

2.Realm 公网隧道 / 转发一键脚本

wget -N --no-check-certificate https://git.io/realm.sh && chmod +x realm.sh && ./realm.sh

3.X-UI FranzKafkaYu 版

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

4.3X-UI 深度二开版

bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)

5. 单线程 speedtest 测速(国内三网节点)

bash <(curl -Lso- https://bench.im/hyperspeed)

6.BBR V3/Plus 等一键脚本

wget -O tcpx.sh “https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh” && chmod +x tcpx.sh && ./tcpx.sh

7.Hysteria 一键脚本

wget -N https://gitlab.com/rwkgyg/hysteria-yg/raw/main/hysteria.sh && bash hysteria.sh

8.Iptables 管理脚本

wget -N --no-check-certificate https://zhujiwiki.com/wp-content/uploads/2020/01/iptables-pf.sh && chmod +x iptables-pf.sh
bash iptables-pf.sh

9. 流媒体检测

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

10.Hyperspeed

bash <(curl -Lso- https://bench.im/hyperspeed)

11.warp 综合脚本

wget -N https://gitlab.com/fscarmen/warp/-/raw/main/api.sh && bash api.sh [option]

12. 一键申请 SSL

bash <(curl -s -L git.io/dmSSL)

13.speedtest-cli

wget https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz
tar -xvzf ookla-speedtest-1.2.0-linux-x86_64.tgz
chmod +x speedtest
mv speedtest /usr/bin

国内机器专用脚本

1. 一键换源

bash <(curl -sSL https://linuxmirrors.cn/main.sh)

2. 国内一键安装 docker

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)

其他常用脚本

1. 一键 DD 系统

apt update -y && apt dist-upgrade -y
 
apt-get install -y xz-utils openssl gawk file wget screen && screen -S os
 
wget --no-check-certificate -O AutoReinstall.sh https://git.io/betags && chmod a+x AutoReinstall.sh && bash AutoReinstall.sh

2.Aria2 完美配置

wget -N git.io/aria2.sh && chmod +x aria2.sh

3. 超售检测

curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh

以上脚本的收集均来自 vps资源