#311 closed enhancement (duplicate)

add "last-heard-from" timestamp to welcome page

Reported by: warner Owned by: warner
Priority: minor Milestone: 1.10.1
Component: code-network Version: 0.7.0
Keywords: foolscap usability time welcome wui Cc:
Launchpad Bug:

Description (last modified by daira)

The welcome page currently lists all storage servers that we're connected to. It should ask Foolscap for the last-heard-from timestamp (which should be less than 10 minutes for real connections, since the keepalives insure that we'll get some amount of traffic at least that frequently) and display it in the same table.

This requires support from Foolscap, probably in the form of rref.getLastHeardFromTime() or something.

Change History (7)

comment:1 Changed at 2009-12-13T05:20:09Z by davidsarah

  • Keywords usability added

comment:2 Changed at 2010-02-23T16:29:43Z by zooko

If you like this ticket you might also like #816 (Add ping-all-servers button to welcome page).

comment:3 Changed at 2010-12-10T20:03:23Z by zooko

  • Keywords time added

comment:4 Changed at 2010-12-29T15:33:08Z by zooko

I opened foolscap #169 to request this feature.

comment:5 Changed at 2011-01-17T05:15:56Z by warner

foolscap#169 is fixed as of version 0.6.1

The new method name is rref.getDataLastReceivedAt()

comment:6 Changed at 2011-12-29T02:47:06Z by davidsarah

  • Keywords welcome wui added
  • Milestone changed from eventually to 1.10.0

Note that we depend on foolscap >= 0.6.1, so we can use this feature now without raising the dependency.

comment:7 Changed at 2013-05-19T13:42:36Z by daira

  • Description modified (diff)
  • Resolution set to duplicate
  • Status changed from new to closed

Merging this into #1973.

Note: See TracTickets for help on using tickets.