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-stable
Commits
e1efdccc
Commit
e1efdccc
authored
Aug 03, 2007
by
Jonathon Duerig
Browse files
Updated to use filter for smaller tcpdump output.
parent
4dec1064
Changes
2
Hide whitespace changes
Inline
Side-by-side
pelab/bw-bottleneck/run-client.sh
View file @
e1efdccc
...
...
@@ -2,6 +2,6 @@
# Usage: run-client.sh <dest1-ip> <dest2-ip> <port> <base-path> <output-file> <duration>
sudo
/usr/sbin/tcpdump
-i
vnet dst port
$3
>
/local/logs/
$5
&
sudo
/usr/sbin/tcpdump
-n
-tt
-i
vnet dst port
$3
| perl
$4
/glean.pl
>
/local/logs/
$5
&
$4
/iperf
-c
$1
-p
$3
-t
$6
&
$4
/iperf
-c
$2
-p
$3
-t
$6
pelab/bw-bottleneck/run-server.sh
View file @
e1efdccc
...
...
@@ -2,5 +2,5 @@
# Usage: run-server.sh <port> <base-path> <output-file>
sudo
/usr/sbin/tcpdump
-i
vnet dst port
$1
>
/local/logs/
$3
&
sudo
/usr/sbin/tcpdump
-n
-tt
-i
vnet dst port
$1
| perl
$2
/glean.pl
>
/local/logs/
$3
&
$2
/iperf
-s
-p
$1
Write
Preview
Markdown
is supported
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