使用VPS服务器时有哪些常用的性能测试脚本

使用VPS服务器时有哪些常用的性能测试脚本

使用VPS服务器时有哪些常用的性能测试脚本?很多新手对此不是很清楚,为了帮助大家解决这个难题,下面小编将为大家详细讲解,有这方面需求的人可以来学习下,希望你能有所收获。

一、SuperBench

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

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

二、SuperSpeed

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

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

三、Serverreview-Benchmark

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

yum install curl -y
curl -LsO https://raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh
chmod +x bench.sh
./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

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

六、91Yuntest

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

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"

看完上述内容是否对您有帮助呢?如果还想对相关知识有进一步的了解或阅读更多相关文章,请关注行业资讯频道,感谢您对亿速云的支持。