mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
helper status: include percentage fetched+pushed, add helper-uploads to the upload/download list
This commit is contained in:
@ -369,3 +369,11 @@ class Client(node.Node, testutil.PollMixin):
|
||||
def list_recent_retrieve(self):
|
||||
watcher = self.getServiceNamed("mutable-watcher")
|
||||
return watcher.list_recent_retrieve()
|
||||
|
||||
def list_active_helper_statuses(self):
|
||||
helper = self.getServiceNamed("helper")
|
||||
return helper.get_active_upload_statuses()
|
||||
def list_recent_helper_statuses(self):
|
||||
helper = self.getServiceNamed("helper")
|
||||
return helper.get_recent_upload_statuses()
|
||||
|
||||
|
Reference in New Issue
Block a user