常用VPS测试脚本推荐

内核更改-开启BBR,更换BBRplus等

点击查看BBR加速帖子

老鬼大佬的SuperBench测试脚本

%title插图%num

wget -qO- git.io/superbench.sh | bash

镜像(国内机器或ipv6 only请使用这个)

wget -qO- --no-check-certificate https://dl.233.mba/sh/superbench.sh | bash

秋水逸冰大佬的UnixBench.sh

%title插图%num

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

镜像(国内机器或ipv6 only请使用这个)

wget --no-check-certificate https://dl.233.mba/sh/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

LemonBench.sh

特点:

  • 服务器基础信息(CPU信息/内存信息/Swap信息/磁盘空间信息等)
  • 流媒体解锁情况
  • Speedtest网速测试 (本地到最近源及国内各地域不同线路的网速)
  • 磁盘测试(4K块/1M块 直接写入测试)
  • 路由追踪测试(追踪到国内和海外不同线路的路由信息)
  • Spoofer测试(获取详细网络信息,快速判断服务器接入线路)

%title插图%num

快速测试:

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

完整测试:

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full

Superspeed三网多节点测速

特点:节点多,支持三网

Github:https://github.com/oooldking/script

bash <(curl -Lso- https://www.infski.com/files/superspeed.sh)

%title插图%num

yabs.sh

特点:支持速度测试,硬盘测试,Geekbench

curl -sL yabs.sh | bash

%title插图%num

LovelyHaochi大佬的流媒体解锁测试脚本

特点:支持超多个流媒体的ipv4与ipv6解锁情况

bash <(curl -sSL "https://dl.233.mba/sh/media_test.sh")

%title插图%num

Cloudflare warp一键脚本

请看新帖

回程测试脚本

特点:支持选择节点测试,四网快速测试,手动输入IP测试三种模式

Github:https://github.com/nanqinlang-script/testrace

%title插图%num

脚本

wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh && bash testrace.sh

镜像 (国内机器或ipv6 only请使用这个)

wget https://dl.233.mba/sh/testrace.sh && bash testrace.sh

宝塔一键挂载硬盘脚本

特点:自动挂载至/www,方便快捷。支持Centos、Ubuntu、Debian、Fedora系统

官方BBS:https://www.bt.cn/bbs/thread-3187-1-1.html

%title插图%num

Centos系统请使用以下命令:

yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

Ubuntu系统请使用以下命令:

wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh

 Debian系统请使用以下命令:

wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

FunctionClub大佬的内存检测脚本

检测VPS真实可分配内存,适用于检测VPS超售情况

%title插图%num

CentOS / RHEL:

yum install wget -y
yum groupinstall "Development Tools" -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out

Ubuntu / Debian

apt-get update
apt-get install wget build-essential -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out

版权声明:
作者:Leapteam
链接:https://www.leapteam.cn/760.html
来源:飞跃云端
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
< <上一篇
下一篇>>