VULTR Japan VPS and AWS EC2 Japan speed test comparison


December 29, 2014  3779 points  0 people like  1 comment

Xiao Cen has a free one-year AWS EC2 and a cheap VPS VULTR, so he made a simple comparison

Compare models

VULTR:

MEM:768M  SSD:15G

AWS

MEM: 1G

Unixbench test SSD: 10G

The following is the comparative data of unixbench5.13

VULTR

------------------------------------------------------------------------
Benchmark Run: Mon Dec 29 2014 21:55:44 - 22:24:16
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       41356491.1 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4049.2 MWIPS (13.0 s, 7 samples)
Execl Throughput                               5911.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1286933.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          392889.2 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2774735.1 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3069565.9 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 465608.5 lps   (10.0 s, 7 samples)
Process Creation                              16334.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  10543.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1338.0 lpm   (60.0 s, 2 samples)
System Call Overhead                        5609901.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   41356491.1   3543.8
Double-Precision Whetstone                       55.0       4049.2    736.2
Execl Throughput                                 43.0       5911.7   1374.8
File Copy 1024 bufsize 2000 maxblocks          3960.0    1286933.1   3249.8
File Copy 256 bufsize 500 maxblocks            1655.0     392889.2   2374.0
File Copy 4096 bufsize 8000 maxblocks          5800.0    2774735.1   4784.0
Pipe Throughput                               12440.0    3069565.9   2467.5
Pipe-based Context Switching                   4000.0     465608.5   1164.0
Process Creation                                126.0      16334.9   1296.4
Shell Scripts (1 concurrent)                     42.4      10543.0   2486.5
Shell Scripts (8 concurrent)                      6.0       1338.0   2230.0
System Call Overhead                          15000.0    5609901.1   3739.9
========
System Benchmarks Index Score                                        2158.4

 
======= Script description and score comparison completed! =======

AWS EC2

------------------------------------------------------------------------
Benchmark Run: Mon Dec 29 2014 21:55:58 - 22:24:02
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       32935481.1 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4192.1 MWIPS (9.8 s, 7 samples)
Execl Throughput                               4776.1 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1218700.7 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          336910.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       3000748.2 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2370286.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 348999.4 lps   (10.0 s, 7 samples)
Process Creation                              14330.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8386.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1073.4 lpm   (60.0 s, 2 samples)
System Call Overhead                        4406123.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   32935481.1   2822.2
Double-Precision Whetstone                       55.0       4192.1    762.2
Execl Throughput                                 43.0       4776.1   1110.7
File Copy 1024 bufsize 2000 maxblocks          3960.0    1218700.7   3077.5
File Copy 256 bufsize 500 maxblocks            1655.0     336910.1   2035.7
File Copy 4096 bufsize 8000 maxblocks          5800.0    3000748.2   5173.7
Pipe Throughput                               12440.0    2370286.3   1905.4
Pipe-based Context Switching                   4000.0     348999.4    872.5
Process Creation                                126.0      14330.4   1137.3
Shell Scripts (1 concurrent)                     42.4       8386.1   1977.9
Shell Scripts (8 concurrent)                      6.0       1073.4   1789.1
System Call Overhead                          15000.0    4406123.8   2937.4
========
System Benchmarks Index Score                                        1841.6

 
======= Script description and score comparison completed! =======

 

VULTR's VPS test score is still very impressive

The following is a test of the ping value

VULTR

image

AWS EC2

image

Both are NTT lines to Japan. The common problem is that the connection between the regions is higher than 200-400ms, and the lines are occasionally unstable.

The following is the hard drive speed test

VULTR

root@install:~/root# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 3.10572 s, 86.4 MB/s

root@install:~/root# dd if=/dev/zero of=test bs=8k count=256k conv=fdatasync
262144+0 records in
262144+0 records out

2147483648 bytes (2.1 GB) copied, 4.70967 s, 456 MB/s

AWS EC2

root@ip-172-31-15-174:~# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 17.318 s, 15.5 MB/s

root@ip-172-31-15-174:~# dd if=/dev/zero of=test bs=8k count=256k conv=fdatasync
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 40.0588 s, 53.6 MB/s

VULTR's hard drive speed is still very impressive!

Well, the simple test is here.


Guess you like

Origin blog.51cto.com/15015155/2554678