BizHosting Basicを触る機会があったので、diskのベンチマークをとってみた。
比較対象で自分で使っているSAKURAのVPSのマシンも。
BHB+Ubuntu 10.04 LTS
~$ dd if=/dev/urandom of=./test.dat bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 161.62 s, 6.6 MB/s
~$ dd if=./test.dat of=/dev/null bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 27.2497 s, 39.4 MB/s
~$ dd if=./test.dat of=/dev/null bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 20.9376 s, 51.3 MB/s
SAKURA VPS+FreeBSD 9
> dd if=/dev/urandom of=./test.dat bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 34.264770 secs (31336613 bytes/sec)
> dd if=./test.dat of=/dev/null bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 4.425515 secs (242625285 bytes/sec)
> dd if=./test.dat of=/dev/null bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 3.886568 secs (276269913 bytes/sec)