Benchmark Tests on VPS – Part II
In this post are the results of running a few more benchmarking tests on the KVM VPS’es machines. In particular, running the dd test and also a failed attempt at running bench.sh.
Results of ‘dd’ test
Command: sudo dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
Stockservers, Frankfurt, Germany
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 24.6735 s, 43.5 MB/s
This is the result that surprised me the most, so I ran another test, with similar result. An internet search led me to this article on cyberciti dot biz, so I ran two additional runs, as follows:

Running hdparm on SSD – VPS
Run # 3
[email protected]:/tmp$ dd if=/dev/zero of=/tmp/test.bin bs=1G count=1 oflag=direct
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.55136 s, 692 MB/s

Running dd test to check disk’s speed
Run # 4
[email protected]:/tmp$ dd if=/dev/zero of=/tmp/test2.img bs=512 count=1000 oflag=dsync
1000+0 records in
1000+0 records out
512000 bytes (512 kB, 500 KiB) copied, 0.879881 s, 582 kB/s
Hmm… why is this happening? now that makes my homework for the weekend 🙂
sudo dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.00194 s, 268 MB/s
Hostslick, The Netherlands
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.27266 s, 204 MB/s
AWS,Mumbai, India
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 7.93384 s, 135 MB/s
Ramnode, Dallas, USA
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.79779 s, 597 MB/s
Hostdoc, Finland
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 34.4042 s, 31.2 MB/s
Hosthatch, Chicago
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.49644 s, 718 MB/s
Bench script: bench.sh
Surprisingly, bench.sh script resulted in hanging once the speed tests began to run. Here are the results:

Running-Benchmark Tests on VPS
0 Comments