一、测试脚本
二、使用教程
蜗牛有个习惯,购买VPS首先会测试下VPS的性能及速度怎么样,蜗牛常用的服务器性能、速度一键测试包在之前的文章中都有介绍。
在此文章中蜗牛为大家推荐一个国内下载速度的测试脚本“superspeed.sh”。
Superspeed服务器到国内速度一键测试脚本是由@oldking基于Speedtest来制作的,可以一键测试服务器到电信/联通/移动/本地上传下载速度。
由于此脚本是基于Speedtest来制作的(Speedtest是专业的测速网),使用他们的节点,稳定性没话说。
测试网络也比较全面,国内主流的中国电信、中国联通、中国移动及本地网络都在一键测试范围。
- Linux服务器性能测试一键包 一键性能/线路/速度/Ping/跑分检测
- Linux系统信息/IO读写/下载速度一键测试脚本bench.sh
- Linux系统VPS(服务器)性能一键测试脚本
一、测试脚本
使用Putty、宝塔远程桌面助手、Xshell等工具通过SSH端口连接自己服务器,然后执行下面命令进行测试:
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
#或
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
#备用:更多国内测试节点
wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash
#或
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash
#备用:更多国外测试节点
wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash
#或
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash
测试效果如下图:
2017.9.21更新:
新增系统信息、IO读写、中国电信/联通/移动速度脚本。
yum -y install wget
wget -qO- https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash
或
curl -Lso- https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash
测试效果如下图:
二、使用教程
1、执行上面命名,开始测速。
2、测试结果展示。
使用的测试机器是高品质美国CN2KVM CN2 VPS。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)