Peering statistics #7327

Open
opened 2021-12-06 08:48:53 +01:00 by Vort · 4 comments
Vort commented 2021-12-06 08:48:53 +01:00 (Migrated from github.com)

Is your feature request related to a problem? Please describe.
One of the main features of this app is ability to provide your resources to help network perform better. But user have no visual indication of this process. He can't know if he was able to help someone to view some videos or not.

Describe the solution you'd like
App should show at least how much data was uploaded to peers. Per session and per installation.
Single number (MiB, GiB) should be fine, charts would be even better.

More detalized approach is to show such info per every shared video.
For example, near every list item at Library tab.
In such case user can analyze which videos are most popular and find more similar content to share.

Describe alternatives you've considered
It is possible to watch network statistics with third party programs like resmon, Process Explorer, DU Meter.
But their data is harder to analyze and it lacks detalization.

**Is your feature request related to a problem? Please describe.** One of the main features of this app is ability to provide your resources to help network perform better. But user have no visual indication of this process. He can't know if he was able to help someone to view some videos or not. **Describe the solution you'd like** App should show at least how much data was uploaded to peers. Per session and per installation. Single number (MiB, GiB) should be fine, charts would be even better. More detalized approach is to show such info per every shared video. For example, near every list item at Library tab. In such case user can analyze which videos are most popular and find more similar content to share. **Describe alternatives you've considered** It is possible to watch network statistics with third party programs like resmon, Process Explorer, DU Meter. But their data is harder to analyze and it lacks detalization.
porterchild commented 2021-12-07 08:29:19 +01:00 (Migrated from github.com)

Huge +1! This seems even more important in the absence of LBC compensation for helping the network. Currently, the reward is much more abstract, and this would help reinforce what reward there is.

Huge +1! This seems even more important in the absence of LBC compensation for helping the network. Currently, the reward is much more abstract, and this would help reinforce what reward there is.
jessopb commented 2021-12-07 18:15:32 +01:00 (Migrated from github.com)

I created this issue on sdk which this would depend on.
https://github.com/lbryio/lbry-sdk/issues/3508

I created this issue on sdk which this would depend on. https://github.com/lbryio/lbry-sdk/issues/3508
jessopb commented 2021-12-07 18:51:20 +01:00 (Migrated from github.com)

This ticket could use data currently available in lbrynet status, but does not have file-specific information at this time.

  "blob_manager": {
    "connections": {
      "incoming_bps": {},
      "max_incoming_mbs": 5.772843,
      "max_outgoing_mbs": 0.00589,
      "outgoing_bps": {},
      "total_incoming_mbs": 0.0,
      "total_outgoing_mbs": 0.0,
      "total_received": 214932306,
      "total_sent": 43660
    },
    "finished_blobs": 462
  },
This ticket could use data currently available in `lbrynet status`, but does not have file-specific information at this time. ``` "blob_manager": { "connections": { "incoming_bps": {}, "max_incoming_mbs": 5.772843, "max_outgoing_mbs": 0.00589, "outgoing_bps": {}, "total_incoming_mbs": 0.0, "total_outgoing_mbs": 0.0, "total_received": 214932306, "total_sent": 43660 }, "finished_blobs": 462 }, ```
rainbowjaw commented 2021-12-13 06:51:46 +01:00 (Migrated from github.com)

yes please, i've asked for this for years.

yes please, i've asked for this for years.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7327
No description provided.