很多朋友新购买了VPS,想测试一下自己新入手的VPS服务器的性能跟宽带网络速度等等,但是去搜索一堆脚本杂乱无章,大部分还无法正常使用,本次服务器测评网为大家在网上收集整理了一些可用的VPS服务器测速测评脚本供大家使用,脚本内有作者信息,感谢这些作者大神们给大家带来的这些便利。
一、superbench测试VPS服务器配置信息、IO性能、到国内节点的网速
wget https://raw.githubusercontent.com/oooldking/script/master/superbench.sh
chmod +x superbench.sh
./superbench.sh
二、superspeed测试VPS服务器到国内节点的网速
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
chmod +x superspeed.sh
./superspeed.sh
三、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可视化路由跟踪工具
可视化路由跟踪工具besttrace和besttrace4linux详细介绍
#Windows操作系统下载
https://cdn.ipip.net/17mon/besttrace.ex
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.sh
六、91yuntest一键测试
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"
七、SuperSpeed 全面测速版
国内多城市多线路测试。
bash <(curl -Lso- https://git.io/superspeed)
八、BlueSkyXN综合工具箱
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
好了,本页面随时更新,一有新版本或者更好的代码都会发布到此页面,感谢大家支持服务器测评网~