- 01 May, 2009 7 commits
-
-
Leigh B. Stoller authored
multiplex factor (-m). Overrides the setting in the experiments table.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Add -p and -m options to turn on prepass in assign and the mapper, and also pass the multiplex_factor in.
-
Leigh B. Stoller authored
and neither do I.
-
Leigh B. Stoller authored
Move the important part of os_select into this library as a method so that we can just do it from the mapper wrapper without having to call a shell script for each node in the topo (which on a 2000 node experiment, takes 45 minutes).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 30 Apr, 2009 1 commit
-
-
Kevin Tew authored
-
- 29 Apr, 2009 6 commits
-
-
Robert Ricci authored
beleive we really have this stuff set up to run well at other sites.
-
Robert Ricci authored
-
Kevin Tew authored
-
Jonathon Duerig authored
-
Tarun Prabhu authored
Modified the xml format to have attributes which makes the parse much faster. The change affected the rspecs as well and that was also corrected.
-
Robert Ricci authored
page, and include the scripts I used to make it (along with instructions).
-
- 28 Apr, 2009 1 commit
-
-
David Johnson authored
things. Might be the wrong thing to do, but it works...
-
- 27 Apr, 2009 2 commits
- 24 Apr, 2009 2 commits
-
-
David Johnson authored
-
David Johnson authored
-
- 23 Apr, 2009 3 commits
-
-
David Johnson authored
(we need this for shaping lans). The imq device relies on netfilter hooks to accomplish its packet redirection, and netfilter is of course virtualized. So, have to capture the movement of IMQ devices between containers, re-register netfilter hooks on a per-container basis when they boot/shutdown, etc. I haven't got rid of the hardcoded limit on imq devices yet.
-
David Johnson authored
shaping, then increment imqidx.
-
David Johnson authored
that slows boot on the pc2400s...
-
- 22 Apr, 2009 8 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
regression testing.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
speed, 25% faster, or 50% faster then assign_wrapper.
-
Leigh B. Stoller authored
-
- 21 Apr, 2009 4 commits
-
-
Keith Sklower authored
when QUIET was correct <embarrased icon>.
-
Keith Sklower authored
-
Leigh B. Stoller authored
physical state compares properly. Also some actual fixes.
-
Leigh B. Stoller authored
physical state compares properly.
-
- 20 Apr, 2009 3 commits
-
-
Leigh B. Stoller authored
experiment in regression mode, and then compare the results.
-
Leigh B. Stoller authored
wrapper/mapper, so that DB tables are ordered in a consistent manner, and can be easily compared with just diff. Also some actual fixes to the mapper, as a result of regression mode comparisons with the wrapper.
-
Leigh B. Stoller authored
wrapper/mapper, so that DB tables are ordered in a consistent manner, and can be easily compared with just diff.
-
- 17 Apr, 2009 3 commits
-
-
Leigh B. Stoller authored
mapper wrapper. In regression mode, the wrapper/mapper proceeds normally, creating a .vtop file, and then running assign with a fixed seed. If the wrapper and the mapper agree on the .vtop file, then the solution from assign should be identical. The wrapper/mapper then proceeds normally, reserving resources and making all the DB changes. Needless to say, this has to be on a private copy of the database, with all nodes free. Creating that DB was a tale in its own right. At completion, call the existing BackupPhysicalState() function that we use in swapmod, and write all the physical tables we have changed (just the rows corresponding to the experiment of course). The delete all that state, and free the nodes. If everything is working correctly, those physical tables should be identical when created by the mapper or the wrapper. Of course, its not quite there yet. I have a few things to fix up before diff -r produces no results.
-
Leigh B. Stoller authored
into a function here, which is now called from tbprerun.
-
Leigh B. Stoller authored
In order to run to completion in impotent mode, create new virtual node objects, but just don't put them into the DB. This lets the mapper keep going all the way to the end without making any actual DB changes.
-