time make buildworld buildkernel -j4 vbox: 9377.199u 1229.737s 1:32:03.03 192.0% 45792+581k 40224+45911io 18875pf+0w bhyve: 11791.954u 594.298s 1:46:17.72 194.2% 53069+609k 43531+49253io 19443pf+0w iperf -s iperf -c $vm from host avg 5: # vbox >>> (468+471+465+472+466)/5.0 468.4 >>> Mbits/sec # bhyve (virtio) >>> (2.15 + 2.08 + 2.07 + 2.08 + 2.07) / 5.0 2.09 >>> Gbits/sec bonnie # vbox root@vm1:~ # bonnie++ -u operator -d bonnie/ Using uid:2, gid:5. 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.97 ------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 vm1 8G 1048 99 34262 2 28292 2 1701 99 590830 58 +++++ +++ Latency 8741us 25794ms 24905ms 5432us 5528ms 2069us Version 1.97 ------Sequential Create------ --------Random Create-------- vm1 -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ Latency 76390us 72us 92us 21271us 40us 100us 1.97,1.97,vm1,1,1476408729,8G,,1048,99,34262,2,28292,2,1701,99,590830,58,+++++,+++,16,,,,,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,8741us,25794ms,24905ms,5432us,5528ms,2069us,76390us,72us,92us,21271us,40us,100us # bhyve root@vm1:~ # bonnie++ -u operator -d bonnie/ Using uid:2, gid:5. 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.97 ------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 vm1 8G 1045 99 39970 5 32785 5 1693 99 677011 96 +++++ +++ Latency 8067us 29901ms 25648ms 5443us 2687us 27211us Version 1.97 ------Sequential Create------ --------Random Create-------- vm1 -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ Latency 25162us 241us 41us 21483us 41us 34us 1.97,1.97,vm1,1,1476552133,8G,,1045,99,39970,5,32785,5,1693,99,677011,96,+++++,+++,16,,,,,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,8067us,29901ms,25648ms,5443us,2687us,27211us,25162us,241us,41us,21483us,41us,34us root@vm1:~ # fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/11.0/FreeBSD-11.0-RELEASE-amd64-memstick.img.xz # vbox root@vm1:/mnt # time unxz FreeBSD-11.0-RELEASE-amd64-memstick.img.xz 6.269u 1.531s 0:07.87 98.9% 86+192k 1+5214io 8pf+0w root@vm1:/mnt # root@vm1:/mnt # time xz FreeBSD-11.0-RELEASE-amd64-memstick.img 219.865u 3.119s 3:43.19 99.9% 86+192k 1543+3162io 0pf+0w root@vm1:/mnt # # bhyve root@vm1:/mnt # time unxz FreeBSD-11.0-RELEASE-amd64-memstick.img.xz 7.210u 0.613s 0:07.84 99.7% 86+193k 1+5214io 6pf+0w root@vm1:/mnt # time xz FreeBSD-11.0-RELEASE-amd64-memstick.img 222.254u 0.802s 3:43.30 99.8% 86+193k 1543+3162io 1pf+0w root@vm1:/mnt #