
- Yet-Another-Bench-Script
https://github.com/masonr/yet-another-bench-script
显示系统信息
wget -qO- yabs.sh | bash -s -- -gif
测试磁盘wget -qO- yabs.sh | bash -s -- -gi
测试网络wget -qO- yabs.sh | bash -s -- -gf
跑分wget -qO- yabs.sh | bash -s -- -if
测试磁盘、网络和跑分wget -qO- yabs.sh | bash
- 2. Teddysun 大佬的 bench.sh 脚本
wget -qO- bench.sh | bash
- 3. oldking 老鬼的 SuperBench.sh 脚本
wget -qO- git.io/superbench.sh | bash
- 4. 融合怪脚本
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
或
bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)
- 5. 综合测试
bash <(wget -O- https://down.vpsaff.net/linux/speedtest/superbench.sh)
正文完