Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
55c3bd66
Commit
55c3bd66
authored
Dec 19, 2003
by
Leigh B. Stoller
Browse files
Commit old change about program agents.
parent
9f0100d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/tutorial/advanced.html
View file @
55c3bd66
...
...
@@ -434,6 +434,12 @@ If you want to schedule starts and stops using dynamic events:
tevc -e testbed/myexp now prog0 start
tevc -e testbed/myexp now prog1 start
tevc -e testbed/myexp +20 prog1 stop
</code></pre>
If you want to change the command that is run (override the command
you specified in your NS file), then:
<code><pre>
tevc -e testbed/myexp now prog0 start COMMAND='ls >/tmp/foo'
</code></pre>
Some points worth mentioning:
...
...
@@ -450,5 +456,7 @@ Some points worth mentioning:
<li>
The "stop" command is implemented by sending a SIGTERM to the
process group leader (the csh process). If the SIGTERM fails, a
SIGKILL is sent.
<li>
If you override
</ul>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment