$ gem install bundler $ bundle install
$ showoff serve
$ cd demo $ vagrant up #only need to do this once $ vagrant ssh #this gets you an ssh session to your vm
monitoring the processlist
vagrant:$ watch 'mysql -u root -A -e "show processlist" | cut -f 6,7,8 | grep -v NULL'
vagrant:$ httping -g http://0:4567/v1 # in a separate window vagrant:$ ab -c 5 -n 1000 http://0:4567/v1
watch the timings, try again with v1 through v5
$ vagrant destroy`