VPS 性能测试脚本汇总

776次阅读
没有评论
VPS 性能测试脚本汇总
  1. 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)

正文完
 
评论(没有评论)