Linux服务器/VPS 网络测速/硬盘速度 测试脚本

分享几个常用的Linux服务器测试脚本,排名不分先后

No.1

  1. wget -qO- bench.sh | bash

No.2

  1. wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

No.3

  1. wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod 777 superspeed.sh && bash  superspeed.sh

No.4 比较喜欢的一个

中文版

  1. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

英文版

  1. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh

 

阅读剩余
THE END