bench.sh测试vps的性能和网速

在购买vps后我们会想了解VPS的性能和网速,所以就需要给vps跑一个性能测试。

目前用的最多的就是bench.sh这个脚本了。使用方法也很简单。直接输入下面的命令。

wget -qO- bench.sh | bash

bench.sh 既是一个网址,又是一个shell脚本文件。

bench.sh会显示cpu的型号,核心数量,频率,内存的大小,磁盘空间的大小,操作系统及内核,磁盘读写速度,世界多地网速

我的一台vps测试结果如下:

CPU model : QEMU Virtual CPU version (cpu64-rhel6)
Number of cores : 1
CPU frequency : 2999.998 MHz
Total size of Disk : 9.4 GB (1.7 GB Used)
Total amount of Mem : 487 MB (59 MB Used)
Total amount of Swap : 511 MB (0 MB Used)
System uptime : 1 days, 0 hour 4 min
Load average : 0.00, 0.01, 0.05
OS : CentOS 7.6.1810
Arch : x86_64 (64 Bit)
Kernel : 3.10.0-957.1.3.el7.x86_64

I/O speed(1st run) : 267 MB/s
I/O speed(2nd run) : 384 MB/s
I/O speed(3rd run) : 378 MB/s
Average I/O speed : 343.0 MB/s

Node Name IPv4 address Download Speed
CacheFly 205.234.175.175 116MB/s
Linode, Tokyo, JP 106.187.96.148 7.93MB/s
Linode, Singapore, SG 139.162.23.4 3.66MB/s
Linode, London, UK 176.58.107.39 16.3MB/s
Linode, Frankfurt, DE 139.162.130.8 12.4MB/s
Linode, Fremont, CA 50.116.14.9 9.90MB/s
Softlayer, Dallas, TX 173.192.68.18 22.6MB/s
Softlayer, Seattle, WA 67.228.112.250 8.93MB/s
Softlayer, Frankfurt, DE 159.122.69.4 8.44MB/s
Softlayer, Singapore, SG 119.81.28.170 4.88MB/s
Softlayer, HongKong, CN 119.81.130.170 5.13MB/s

猜你喜欢

转载自blog.csdn.net/weixin_43880667/article/details/85652927