lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

Provide file sharing peer statistics api #3508

Open jessopb opened 2 years ago

jessopb commented 2 years ago

Users requested peering statistics such as which and how much data was uploaded to peers. https://github.com/lbryio/lbry-desktop/issues/7327

tzarebczan commented 2 years ago

Believe this is already available in the status call. Maybe someone can explain what each value means. They also get reset after each restart.

jessopb commented 2 years ago

Ah, I see total_sent, total outgoing. The ticket asks for file-specific data as well.