Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
f50e39b9
Commit
f50e39b9
authored
Apr 07, 2005
by
Russ Fish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust dump_analyzer for file_dumper format change.
parent
d0b5885d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
robots/vmcd/dump_analyzer.py
robots/vmcd/dump_analyzer.py
+6
-2
No files found.
robots/vmcd/dump_analyzer.py
View file @
f50e39b9
#!/usr/local/bin/python
#
# EMULAB-COPYRIGHT
# Copyright (c) 2005 University of Utah and the Flux Group.
# All rights reserved.
#
import
sys
import
getopt
import
string
...
...
@@ -286,7 +290,7 @@ fpnum = "\s*(\-*\d+\.\d+)\s*"
re_section
=
re
.
compile
(
"section:\s*\("
+
fpnum
+
","
+
fpnum
+
"\)"
)
re_section_sep
=
re
.
compile
(
"\+\+\+"
)
re_frame_title
=
re
.
compile
(
"frame (\d+) \(timestamp"
+
fpnum
+
"\):"
)
re_frame_data_line
=
re
.
compile
(
"a\("
+
fpnum
+
","
+
fpnum
+
"\)\s*"
re_frame_data_line
=
re
.
compile
(
"
\[[0-9]+\]
a\("
+
fpnum
+
","
+
fpnum
+
"\)\s*"
"b\("
+
fpnum
+
","
+
fpnum
+
"\)\s*"
"-- wc\("
+
fpnum
+
","
+
fpnum
+
","
+
fpnum
+
"\)\s*"
)
...
...
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