- 13 Jul, 2005 1 commit
-
-
Russ Fish authored
-
- 07 Jul, 2005 3 commits
-
-
Russ Fish authored
-
Leigh B. Stoller authored
we getting 5fps in the little tracker versions, which is way too much. Really slow!
-
Leigh B. Stoller authored
enabled in the defs file: CVSSUPPORT=1 each project gets a stub CVS tree created (using 'cvs init') in /proj/$pid/CVS. It is up to users obviously to do something with that tree, and of course they have to either set their CVSROOT env variable, or use the -d option to cvs. The showproject page gets a link to the per-project CVS tree, using the cvsweb interface, which I hacked up a bit to allow restricted access to specific project trees, via a ?pid=$pid argument to the URL. Without the ?pid argument, it falls back to normal behaviour, which is check the cvsallowed bit in the users table, and provide access to the Emulab source repo. If you are curious, go here: https://www.emulab.net/cvsweb/cvsweb.php3/?pid=testbed
-
- 01 Jul, 2005 2 commits
- 30 Jun, 2005 10 commits
-
-
Eric Eide authored
the questions.)
-
Eric Eide authored
-
Eric Eide authored
files. The actual presentation of FAQ objects could no doubt stand to be prettied up.
-
Leigh B. Stoller authored
-
Eric Eide authored
-
Eric Eide authored
<div>'s --- for which there is, as of yet, no corresponding CSS.
-
Eric Eide authored
-
Eric Eide authored
-
Eric Eide authored
-
Eric Eide authored
draft.
-
- 29 Jun, 2005 6 commits
-
-
Kirk Webb authored
Added some FAQ material. Need to know if this is heading in the right direction.
-
Leigh B. Stoller authored
-
Eric Eide authored
The file `usrpdefs.php3' should probably be renamed, but I'm too chicken to do so myself.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 28 Jun, 2005 3 commits
-
-
Leigh B. Stoller authored
-
Timothy Stack authored
-
Timothy Stack authored
-
- 24 Jun, 2005 1 commit
-
-
Timothy Stack authored
Add a minor feature to loghole to support network link trace files. * utils/loghole.in, utils/loghole.1: Create a directory for traced network links that contains symbolic links to the pcap files. * www/tutorial/advanced.html: Fix the link to the loghole doc. * xmlrpc/emulabserver.py.in: Add a 'traces' aspect to the experiment.info method (used by loghole).
-
- 23 Jun, 2005 1 commit
-
-
Timothy Stack authored
-
- 22 Jun, 2005 5 commits
-
-
Timothy Stack authored
-
Leigh B. Stoller authored
some details can be found in the advanced tutorial that I wrote up. See this link: http://www.emulab.net/tutorial/docwrapper.php3?docname=advanced.html#Tracing The basic idea is that each virt_lan entry gets a couple of new slots describing the type of tracing that is desired. traced tinyint(1) default '0', trace_type enum('header','packet','monitor') NOT NULL default 'header', trace_expr tinytext, trace_snaplen int(11) NOT NULL default '0', trace_endnode tinyint(1) NOT NULL default '0', There is a new physical table called "traces" that is a little bit like the current delays table. A new tmcd command returns the trace configuration to the client nodes (tmcd/common/config/rc.trace). The delays table got a new boolean called "noshaping" that tells the delay node to bridge, but not set up any pipes. This allows us to capture traffic at the delay node, but without much less overhead on the packets. The pcapper got bloated up to do packet capture and more event stuff. I also had to add some mutex locking around calls into the pcap library and around malloc, since the current setup used linuxthreads, which is not compatable with the standard libc_r library. I was getting all kinds of memory corruption, and I am sure that if someone breathes on the pcapper again, it will break in some new way.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
cluster.
-
Leigh B. Stoller authored
-
- 21 Jun, 2005 7 commits
-
-
Leigh B. Stoller authored
-
Timothy Stack authored
-
Timothy Stack authored
-
Russ Fish authored
-
Leigh B. Stoller authored
decides to cancel.
-
Timothy Stack authored
-
Leigh B. Stoller authored
-
- 20 Jun, 2005 1 commit
-
-
Leigh B. Stoller authored
-