Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
bf932081
Commit
bf932081
authored
May 05, 2006
by
Zachery Bir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos and provide proper help text for --html option.
parent
03b86ffb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
utilities/tracelog.py
utilities/tracelog.py
+5
-6
No files found.
utilities/tracelog.py
View file @
bf932081
...
@@ -284,10 +284,10 @@ def minutes_header_html():
...
@@ -284,10 +284,10 @@ def minutes_header_html():
print
"<tr>"
print
"<tr>"
print
'<th>Minute</th>'
print
'<th>Minute</th>'
print
'<th>Requests</th>'
print
'<th>Requests</th>'
print
'<th>Re
s
quests inputing</th>'
print
'<th>Requests inputing</th>'
print
'<th>Re
s
quests executing or waiting</th>'
print
'<th>Requests executing or waiting</th>'
print
'<th>Re
s
quests outputing</th>'
print
'<th>Requests outputing</th>'
print
'<th>Re
s
quests completed</th>'
print
'<th>Requests completed</th>'
print
'<th>Mean Seconds Per Request Total</th>'
print
'<th>Mean Seconds Per Request Total</th>'
print
'<th>Mean Seconds Per Request in App</th>'
print
'<th>Mean Seconds Per Request in App</th>'
print
"</tr>"
print
"</tr>"
...
@@ -444,8 +444,7 @@ to determine when the server is restarted, so that the running trace data struct
...
@@ -444,8 +444,7 @@ to determine when the server is restarted, so that the running trace data struct
"""
)
"""
)
parser
.
add_option
(
"--html"
,
dest
=
'html'
,
action
=
'store_true'
,
parser
.
add_option
(
"--html"
,
dest
=
'html'
,
action
=
'store_true'
,
help
=
"""
help
=
"""
The name of an event log that goes with the trace log. This is used
Generate HTML output.
to determine when the server is restarted, so that the running trace data structures can be reinitialized.
"""
)
"""
)
parser
.
add_option
(
"--remove-prefix"
,
dest
=
'remove_prefix'
,
parser
.
add_option
(
"--remove-prefix"
,
dest
=
'remove_prefix'
,
help
=
"""
help
=
"""
...
...
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