Skip to content

kylebush/virtualbox-vagrant-network-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Box / Vagrant Network Performance

Performance testing various network configuration options with Virtual Box and Vagrant on Mac OSX. Check out my blog post for additional information and test results.

Requirements

Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Virtual Box

brew cask install virtualbox

Install Vagrant

brew cask install vagrant

Install and run

git clone git@github.com:kylebush/virtualbox-vagrant-network-performance.git
cd virtualbox-vagrant-network-performance
vagrant plugin install vagrant-vbguest
vagrant up
vagrant ssh test-vm

You can try different configuration by updating the Vagrantfile and rebuilding the VM:

vagrant destroy test-vm
vagrant up 
vagrant ssh test-vm

To run the speed test:

speedtest-cli 

About

Performance testing various network configuration options with Virtual Box and Vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published