Opened at 2008-06-02T19:18:16Z
Closed at 2009-10-27T06:03:34Z
#436 closed enhancement (fixed)
add rate information to upload/download status
Reported by: | warner | Owned by: | warner |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | code-nodeadmin | Version: | 1.0.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
In the web page that shows upload/download status, I'd like to see some transfer rates. This would include:
- helper ciphertext fetch
- helper upload
- regular upload
- download (both with client pauses and without)
I think the way to do this is to have the status object record cumulative time and update it in realtime, and also record how many bytes have been handled so far. Then the status display can just divide the two.
Change History (2)
comment:1 Changed at 2009-08-09T20:20:52Z by zooko
- Owner set to warner
comment:2 Changed at 2009-10-27T06:03:34Z by zooko
- Resolution set to fixed
- Status changed from new to closed
Yeah, this was done a long time ago.
Note: See
TracTickets for help on using
tickets.
Brian: I think this is done, right?