#39 closed enhancement (fixed)

log of recent uploads and downloads

Reported by: faried Owned by:
Priority: minor Milestone: 0.9.0 (Allmydata 3.0 final)
Component: code-frontend-web Version: 0.7.0
Keywords: Cc:
Launchpad Bug:

Description

It would be nice if there was a page (like the webish welcome page) that listed recent uploads and downloads, both completed and in progress. Ideally, it would be some sort of twisted service so that it's available to other user interfaces.

Should it be persistent across client restarts?

Change History (6)

comment:1 Changed at 2007-08-14T18:56:24Z by warner

  • Component changed from code to code-frontend-web
  • Owner somebody deleted

comment:2 Changed at 2007-09-25T04:27:42Z by zooko

  • Milestone set to 0.7.0
  • Version set to 0.6.0

This fits in nicely with the introduction/friendnet/resource management/deletion/etc. task. Adding it to Milestone 0.7.0.

comment:3 Changed at 2007-11-01T18:15:18Z by zooko

  • Milestone changed from 0.7.0 to 0.7.1
  • Version changed from 0.6.0 to 0.6.1

We're focussing on an imminent v0.7.0 (see the roadmap) which hopefully has #197 -- Small Distributed Mutable Files and also a fix for #199 -- bad SHA-256. So I'm bumping less urgent tickets to v0.7.1.

comment:4 Changed at 2007-11-13T18:27:24Z by zooko

  • Milestone changed from 0.7.1 to 0.7.2
  • Version changed from 0.6.1 to 0.7.0

We need to choose a manageable subset of desired improvements for [ http://allmydata.org/trac/tahoe/milestone/0.7.1 v0.7.1], scheduled for two week hence, so I'm bumping this one into v0.7.2, scheduled for mid-December.

comment:5 Changed at 2008-01-23T04:19:28Z by zooko

  • Milestone changed from 0.7.2 to undecided

comment:6 Changed at 2008-03-05T18:11:40Z by warner

  • Milestone changed from undecided to 0.9.0 (Allmydata 3.0 final)
  • Resolution set to fixed
  • Status changed from new to closed

The new /status web page now provides this information: it shows all uploads and downloads currently in progress, and the last 10 or 20 of each. It also contains timing and status information for each. Note that it does not reveal the URI of the file being accessed, only the storage index. It is not persistent across client restarts.

The same information is available internally, using methods on the Client object like list_recent_downloads(). See interfaces.IClientStatus for details.

Note: See TracTickets for help on using tickets.