VPS主机和服务器常用检测脚本,主要是VPS主机的CPU、内存配置信息,磁盘IO速度,线路去程和回程线路以及VPS主机的综合性能测试工具,基本上都是从网络上收集过来的,希望对大家测试VPS主机性能和速度有所帮助。
准备工作:
首先通过SSH工具(这里我们建议Xshell或者Putty)连接上您的VPS或者服务器,请先通过命令安装wget和curl
Ubuntu / Debian 系统:
apt install -y wget
Ubuntu / Debian 系统
apt-get update && apt-get install curl
服务器性能测试脚本
融合怪 脚本
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
三网测速
bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)
IP质量
bash <(curl -sL IP.Check.Place)
三网回程测试
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
YABS服务器测速
wget -qO- bench.sh | bash
流媒体解锁测试
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
全球测速
bash <(curl -sL bash.icu/speedtest)
TCP网络优化
wget -N "http://sh.nekoneko.cloud/tools.sh" -O tools.sh && chmod +x tools.sh && ./tools.sh
恢复初始网络,清空sysctl.conf然后运行sysctl -p