bonnie++でのioベンチマーク さくらのVPS,hddとssd

さくらのVPS (centos6)
# yum install bonnie++
で入れました。

http://www.coker.com.au/bonnie++/

hdparmは、hddもssdも同じくらいでした。

さくらのVPS SSD 2G 50GB

# bonnie++ -d /tmp -u root
Using uid:0, gid:0.
Writing a byte at a time...done
Writing intelligently...done
Rewriting...done
Reading a byte at a time...done
Reading intelligently...done
start 'em...done...done...done...done...done...
Create files in sequential order...done.
Stat files in sequential order...done.
Delete files in sequential order...done.
Create files in random order...done.
Stat files in random order...done.
Delete files in random order...done.
Version 1.96 ------Sequential Output------ --Sequential Input- --Random-Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
ssd.sakura 4G 740 99 837426 97 397542 73 4566 99 608434 70 15990 333
Latency 13002us 25722us 56906us 2732us 8477us 8869us
Version 1.96 ------Sequential Create------ --------Random Create--------
ssd.sakura.ne -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
Latency 1034us 463us 487us 132us 33us 2840us
1.96,1.96,ssd.sakura.ne.jp,1,1387349341,4G,,740,99,837426,97,397542,73,4566,99,608434,70,15990,333,16,,,,,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,13002us,25722us,56906us,2732us,8477us,8869us,1034us,463us,487us,132us,33us,2840us

さくらのVPS HDD 2G 200GB
# bonnie++ -d /tmp -u root
Using uid:0, gid:0.
Writing a byte at a time...done
Writing intelligently...done
Rewriting...done
Reading a byte at a time...done
Reading intelligently...done
start 'em...done...done...done...done...done...
Create files in sequential order...done.
Stat files in sequential order...done.
Delete files in sequential order...done.
Create files in random order...done.
Stat files in random order...done.
Delete files in random order...done.
Version 1.96 ------Sequential Output------ --Sequential Input- --Random-Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
hdd.sakura 4G 513 99 392193 53 107438 20 3183 95 396599 38 780.5 20
Latency 30936us 926ms 347ms 34446us 41898us 77321us
Version 1.96 ------Sequential Create------ --------Random Create--------
hdd.sakura -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
Latency 13756us 638us 6099us 334us 25us 61us
1.96,1.96,hdd.sakura,1,1387351048,4G,,513,99,392193,53,107438,20,3183,95,396599,38,780.5,20,16,,,,,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,30936us,926ms,347ms,34446us,41898us,77321us,13756us,638us,6099us,334us,25us,61us

concurrency 2でやってみると!
# bonnie++ -d /tmp -c 2 -u root
Version 1.96 ------Sequential Output------ --Sequential Input- --Random-
Concurrency 2 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
ssd.sakura 4G 727 99 889493 98 383777 74 4590 99 657694 61 15627 353
Latency 15493us 5076us 33795us 4590us 10590us 5481us
Version 1.96 ------Sequential Create------ --------Random Create--------
ssd -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
Latency 972us 783us 626us 262us 156us 145us

# bonnie++ -d /tmp -c 2 -u root
Version 1.96 ------Sequential Output------ --Sequential Input- --Random-
Concurrency 2 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
user.aucru.com 4G 537 99 422611 66 102088 19 3449 98 368803 35 750.2 18
Latency 17802us 264ms 442ms 8033us 30529us 54485us
Version 1.96 ------Sequential Create------ --------Random Create--------
user.aucru.com -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
Latency 12650us 1424us 588us 146us 69us 201us

こんな感じでした。1,2,10はconcurrency

SSD 1 Latency 13,002us 25,722us 56,906us 2,732us 8,477us 8,869us 1,034us 463us 487us 132us 33us 2,840us
SSD 2 Latency 15,493us 5,076us 33,795us 4,590us 10,590us 5,481us 972us 783us 626us 262us 156us 145us
SSD 10 Latency 21,031us 9,406us 60,190us 6,055us 12,528us 3,951us 896us 610us 519us 139us 44us 3,715us
HDD 1 Latency 30,936us 926ms 347ms 34,446us 41,898us 77,321us 13,756us 638us 6,099us 334us 25us 61us
HDD 2 Latency 17,802us 264ms 442ms 8,033us 30,529us 54,485us 12,650us 1,424us 588us 146us 69us 201us
HDD 10 Latency 14308us 735ms 224ms 13283us 39340us 246ms 11964us 464us 571us 141us 45us 72us

usはマイクロセコンド
こんな感じでした。
以前さくらさんの出していた7倍程度というのはそんな感じかなという数字になりました。

This entry was posted on 水曜日, 12月 18th, 2013 at 8:57 AM and is filed under さくらのVPS. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Unityによるゲームを公開しております iOS/Android
https://itunes.apple.com/jp/app/lost-knight-3d-action/id900917032
https://play.google.com/store/apps/details?id=com.groundroad.runknight

各種開発支援・機能開発等小さいお仕事などもお請けしております。
unity開発支援, PHPシステム開発, javascript/html5 フロント開発, titanium mobileアプリ開発
お気軽にお問い合わせください
大崎・五反田近郊での対面でのお打ち合わせはいつでも可能です。