Sigcomm 2008 NOX Application - Mobile VMs

From OpenFlow Wiki

Jump to: navigation, search

How to Run

$ ssh <nox-server> (1)
$ sudo su - (2)
$ cd /home/grg/mobilevms8/src (3)
$ script `find . -name 'stresstest*' | sed -e 's#\./stresstest\.##' | sort -n | tail -n 1 | xargs -i{} echo "1 + "'{}' | bc | xargs -i{} echo "stresstest."'{}'` (4)
$ ./nox_core -i ptcp:975 spanning_tree mobilevms pyauthenticator pyrouting (5)
  1. Log in to the nox machine
  2. Upgrade to root
  3. Go to the script's directory
  4. Run the script with a new stresstest.* file
  5. Run nox

Owners

  • Brandon
  • Glen

Source Code

  • For SIGCOMM Demo: git clone yuba:/usr/local/git/nox
  • From Spring Quarter Demo: v0.1 - 06/17/08