常用的VPS服务器性能测试脚本

转载:https://wangdalao.com/2165.html

分享一下常用的VPS服务器一键性能测试脚本,可以用来测试机器的配置和性能,测试VPS服务器的网络速度,硬盘性能等。

这里收集一些测试脚本,脚本均来自于网络,代码内有作者信息,感谢网络大神们提供这么优秀的工具。

一、SuperBench

Superbench 测试VPS服务器配置信息、IO性能、到国内节点的网速

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

二、SuperSpeed

SuperSpeed 测试VPS服务器到国内节点的网速

  1. wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
  2. chmod +x superspeed.sh
  3. ./superspeed.sh

三、Serverreview-Benchmark

Serverreview-Benchmark 测试VPS服务器配置信息、CPU/内存/硬盘性能、全球节点测速

  1. yum install curl -y
  2. curl -LsO https://raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh
  3. chmod +x bench.sh
  4. ./bench.sh -a share

四、Best Trace

Best Trace 是一款可视化路由跟踪工具

#Windows操作系统下载:https://cdn.ipip.net/17mon/besttrace.exe

#MacOS下载:https://itunes.apple.com/us/app/best-trace/id1037779758?l=zh&ls=1&mt=12

 

五、ZBench

  1. # 中文版:
  2. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
  3. # 或者英文版:
  4. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.shli

六、91Yuntest

91YUN大佬的,测试包含:常规系统参数检测,带宽测试,IO测试和全国ping测试、下载测试、路由测试、回程路由测试。下面代码直接复制到机器使用即可,默认会生成html页。

  1. wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i "io,bandwidth,chinabw,download,traceroute,backtraceroute,allping,gotoping"
posted @ 2020-11-05 22:14  -零  阅读(2464)  评论(0编辑  收藏  举报