之前介绍过一个简单的vps一键测试脚本,可以测试基础信息、网络情况、硬盘读写等。不过还是有很多喜欢折腾的小朋友需要更多的一键测试脚本查看vps更多的信息,所以今天介绍一下融合怪这个一键测试脚本,融合了多种一键测试的脚本。
1、项目地址
https://github.com/spiritLHLS/ecs
2、融合怪功能介绍
基础信息查询、CPU测试、内存测试、磁盘dd读写测试、硬盘fio读写测试、常用流媒体解锁测试、Tiktok解锁、三网回程以及路由延迟、回程路由及带宽类型检测、IP质量(含IPV4和IPV6)与邮件端口检测、speedtest测速
3、支持的系统及架构
支持系统:
Ubuntu 18+, Debian 8+, Centos 7+, Fedora 33+, Almalinux 8.5+, OracleLinux 8+, RockyLinux 8+, AstraLinux CE, Arch
半支持系统:
FreeBSD(前提已执行pkg install -y curl bash),Armbian
支持架构:
amd64(x86_64)、arm64、i386、arm
4、使用方法
交互方式,个人认为更适合新手,不用去设置参数命令
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或者
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或者
bash <(wget -qO- bash.spiritlhl.net/ecs)
或者
bash <(wget -qO- ecs.0s.hk)
或者
bash <(wget -qO- ecs.12345.ing)
这么多种选择,总有一种适合你的VPS。