- 融合怪
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或者
bash <(wget -qO- bash.spiritlhl.net/ecs)
- LemonBench
检查 vps 基本信息,网络,流媒体解锁,路由等。
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
- UnixBench.sh
秋水逸冰大佬的作品,Unixbench 的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C 库等系统基准性能提供测试数据。
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh
-
Bench 网络带宽及硬盘读写速率:
国外部分 + 国内部分节点
wget -qO- bench.sh | bash
- SuperBench.sh 网络带宽及硬盘读写速率:
SuperBench 脚本是老鬼(Oldking)大神在基于秋水逸冰(teddysun)脚本 bench.sh 的基础上,加入了独立服务器通电时间检测、服务器虚拟化架构、TCP 拥塞控制等功能。
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
- YABS 性能测试脚本:
脚本比较全面,可用来测试 vps 多项性能,包括配置信息、磁盘 IO 测试、网络带宽测试和 Geekbench 测试。
curl -sL yabs.sh | bash
- Geekbench 5 专测脚本:
bash <(curl -sL gb5.top)