如何写一篇VPS测评

很多博主都想写类似VPS测评的文章,可是苦于没有教程或是快速测试的脚本,这里博主做出对自己理解的总结

脚本

网络测试

一台好的VPS,首先需要优秀的网络

  1. Superbench脚本

    1
    wget -qO- git.io/superbench.sh  bash
  2. Bench.sh脚本

    1
    wget -qO- bench.sh  bash
  3. 回程测试脚本

    1
    wget -qO- git.io/besttrace  bash
  4. SuperSpeed三网测速脚本

    1
    bash <(curl -Lso- https://git.io/superspeed)
  5. ZBench增强脚本

    1
    wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
  6. BestTrace路由脚本

    1
    wget https://cdn.ipip.net/17mon/besttrace4linux.zip && unzip besttrace4linux.zip && chmod +x ./besttrace

综合测试脚本

往往一台好的Linux服务器还需要良好的服务器性能基础,于是乎诞生了很多服务器性能测试脚本

  1. LemonBench脚本

    1
    wget -qO- http://ilemonra.in/LemonBenchIntl  bash -s fast
  2. UnixBench脚本

    1
    wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && sh unixbench.sh
  3. VpsTest合集脚本

    1
    wget vpstest.cn/it && sh it

写作

在认识了这么多测试脚本之后,终于到了至关重要的写作环节,常见的测评流程如下: 如果链接没有AFF会更佳受大众喜爱

作者

啊不都

发布于

2021-04-18

更新于

2022-06-23

许可协议

CC BY 4.0

评论

Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×