Skip to content

Instantly share code, notes, and snippets.

@kenn
Last active December 12, 2015 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenn/4742470 to your computer and use it in GitHub Desktop.
Save kenn/4742470 to your computer and use it in GitHub Desktop.
DigitalOcean 512 with Virtio: Disk I/O benchmark using bonnie++
# hdparm -tf /dev/vda
/dev/vda:
Timing buffered disk reads: 2102 MB in 3.00 seconds = 700.08 MB/sec
# bonnie++ -b -u root
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
do512virtio 1G 907 99 378531 38 202541 28 4507 99 1180221 62 1843 29
Latency 18832us 28652us 59444us 3041us 6006us 58684us
Version 1.96 ------Sequential Create------ --------Random Create--------
do512virtio -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 1384 7 +++++ +++ 1692 6 1547 8 +++++ +++ 1656 6
Latency 36663us 669us 26481us 34359us 221us 29417us
1.96,1.96,do512virtio,1,1360364162,1G,,907,99,378531,38,202541,28,4507,99,1180221,62,1843,29,16,,,,,1384,7,+++++,+++,1692,6,1547,8,+++++,+++,1656,6,18832us,28652us,59444us,3041us,6006us,58684us,36663us,669us,26481us,34359us,221us,29417us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment