平时购买VPS的时候,难免会碰到性能或网络较差的VPS,为避免买到这种小鸡,使用一键测试脚本是必不可少的。
下面将总结一些VPS常见的测试脚本,方便朋友们使用。
wget -qO- git.io/superbench.sh | bash
或者
curl -LsO git.io/superbench.sh; chmod +x superbench.sh
wget -qO- bench.sh | bash
或者
curl -Lso- bench.sh | bash
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh
wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh
bash testrace.sh
版权属于:Xcnte' s Blog(除特别注明外)
本文链接:https://cloud.tencent.com/developer/article/1918384
本站文章采用 知识共享署名4.0 国际许可协议 进行许可,请在转载时注明出处及本声明!