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
a25304f3
Commit
a25304f3
authored
Apr 20, 2006
by
Robert Ricci
Browse files
Turn on '-y' option to tcptrace - tput graphs are almost unusable
w/o it.
parent
714129e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/loghole.in
View file @
a25304f3
...
...
@@ -1156,7 +1156,7 @@ def trace_post(link2trace):
os
.
chdir
(
ext
[
1
:])
dst
=
os
.
path
.
join
(
os
.
path
.
pardir
,
dst
)
pass
os
.
system
(
"tcptrace -G %s > .tcptrace.out"
%
(
dst
,))
os
.
system
(
"tcptrace
-y
-G %s > .tcptrace.out"
%
(
dst
,))
if
ext
!=
".0"
:
os
.
chdir
(
os
.
path
.
pardir
)
pass
...
...
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