Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4955 closed enhancement (invalid)

tracd: CPU resource monitering

Reported by: Benn Owned by: Jonas Borgström
Priority: lowest Milestone:
Component: general Version: devel
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Make reference to the attached image file

Attachments (0)

Change History (6)

comment:1 by Emmanuel Blot, 17 years ago

Is this a test ticket?

in reply to:  1 comment:2 by anonymous, 17 years ago

Replying to eblot:

Is this a test ticket?

No.
Not attached Yet

File attaching error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 398, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 361, in process_request
    self._do_save(req, attachment)
  File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 477, in _do_save
    for field, message in manipulator.validate_attachment(req, attachment):
  File "build/bdist.linux-x86_64/egg/tracspamfilter/adapters.py", line 130, in validate_attachment
  File "build/bdist.linux-x86_64/egg/tracspamfilter/api.py", line 131, in test
  File "build/bdist.linux-x86_64/egg/tracspamfilter/model.py", line 119, in insert
  File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: current transaction is aborted, commands ignored until end of transaction block

comment:3 by Christian Boos, 17 years ago

Well you can't currently attach pictures because of the issue #4087 which affects this server. But maybe you can tell us what it was supposed to show and what exactly is the "CPU resource monitoring" problem.

in reply to:  3 comment:4 by anonymous, 17 years ago

Replying to cboos:

Well you can't currently attach pictures because of the issue #4087 which affects this server. But maybe you can tell us what it was supposed to show and what exactly is the "CPU resource monitoring" problem.

On windows, look at CPU usage graph of tracd process on idle time.
Sorry, I can't explain clearly, because of english like an idiot.

comment:5 by Christian Boos, 17 years ago

Did you use the -r / —auto-reload flag?

This is a flag intended for development. With it, I have about continuous 6%-8% CPU usage, because it polls for source code file changes. Without, it's 0% as expected when idle.

in reply to:  5 comment:6 by anonymous, 17 years ago

Resolution: invalid
Status: newclosed

Replying to cboos:

Did you use the -r / —auto-reload flag?

This is a flag intended for development. With it, I have about continuous 6%-8% CPU usage, because it polls for source code file changes. Without, it's 0% as expected when idle.

Right.

Your guess hit the mark. I use it. It was careless of you.

Thanks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.