全网汇总:Linux VPS速度性能测试脚本(全部为一键脚本) 持续更新
时间:5年前 阅读:9639
说明
收集的一些常用的测试脚本,都可以正常使用,至于速度的准确性,可以多用几个脚本测试下
如果是单纯的网络下载测速可以使用下面wget命令
CacheFly 亚太 - 100MB wget -O /dev/null http://cachefly.cachefly.net/100mb.testOnline 法国 - 1000MB wget -O /dev/null http://ping.online.net/1000Mo.datOnline 荷兰 - 1000MB wget -O /dev/null http://ping-ams1.online.net/1000Mo.dat
测试机器下载和上传速度
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest-cli ./speedtest-cli
NO:1
这个脚本有比较多的国内地区下载上传速度测试
wget -qO- git.io/superbench.sh | bash
还可以使用参数分别进行测试:
wget git.io/superbench.sh; chmod +x superbench.sh ./superbench.sh info ./superbench.sh io ./superbench.sh speed ./superbench.sh share
NO:2
Github地址:https://github.com/FunctionClub/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
NO:3
wget -qO- bench.sh | bash
NO:4
测试项目
获取系统基本信息
测试硬盘存取延迟、iops、存取速度
测试本机带宽
测试本机到25个国外节点下载速度
测试本机到8个国内节点下载速度
测试本机到国内9个节点的路由
测试本机到国内9个节点的延迟与丢包
相关链接:https://www.94ish.me/1752.html
wget https://raw.githubusercontent.com/chiakge/Linux-Server-Bench-Test/master/linuxtest.sh -N --no-check-certificate
#不含UnixBench的测试,无网页分享 bash linuxtest.sh #不含UnixBench的测试,带网页分享 bash linuxtest.sh s #含UnixBench的测试,不带网页分享 bash linuxtest.sh a #含UnixBench的测试,带网页分享 bash linuxtest.sh as #网页分享不包含任何VPSip信息
NO:5
测试国内ping值及回程路由
wget https://raw.githubusercontent.com/helloxz/mping/master/mping.sh bash mping.sh
NO:6
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
NO:7
bash <(curl -Lso- https://git.io/superspeed) #全面的国内三网上传下载测试
微信扫码关注
更新实时通知
网友评论