From OpenFlow Wiki
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)
- Log in to the nox machine
- Upgrade to root
- Go to the script's directory
- Run the script with a new stresstest.* file
- Run nox
Owners
Source Code
- For SIGCOMM Demo:
git clone yuba:/usr/local/git/nox
- From Spring Quarter Demo: v0.1 - 06/17/08