Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show the bandwidth usage of Tribler itself (minus Bittorrent traffic) #3286

Closed
synctext opened this issue Dec 11, 2017 · 4 comments
Closed

Comments

@synctext
Copy link
Member

For our expert users it is important to known what is going on and look at pretty graphs. See this nice example from IPFS bitswap algorithm. Secondary motivation: show how Tribler has lower overhead then similar offerings.

image

For debugging it is also very helpful to understand what is happening and going wrong. See for instance how the IPFS people are getting bug reports with 8 GBytes of daily bandwidth usage for a full node. Their debugging info:

for p in /ipfs/bitswap/1.1.0 /ipfs/dht /ipfs/bitswap /ipfs/bitswap/1.0.0 /ipfs/kad/1.0.0 ; do echo ipfs stats bw --proto $p && ipfs stats bw --proto $p  && echo "---" ; done

ipfs stats bw --proto /ipfs/bitswap/1.1.0
Bandwidth
TotalIn: 0 B
TotalOut: 0 B
RateIn: 0 B/s
RateOut: 0 B/s
---
ipfs stats bw --proto /ipfs/dht
Bandwidth
TotalIn: 1.6 GB
TotalOut: 2.8 GB
RateIn: 2.9 kB/s
RateOut: 7.1 kB/s
---
ipfs stats bw --proto /ipfs/bitswap
Bandwidth
TotalIn: 7.3 GB
TotalOut: 47 MB
RateIn: 2.0 kB/s
RateOut: 0 B/s
---
ipfs stats bw --proto /ipfs/bitswap/1.0.0
Bandwidth
TotalIn: 0 B
TotalOut: 0 B
RateIn: 0 B/s
RateOut: 0 B/s
---
ipfs stats bw --proto /ipfs/kad/1.0.0
Bandwidth
TotalIn: 0 B
TotalOut: 0 B
RateIn: 0 B/s
RateOut: 0 B/s
@synctext synctext added this to the Backlog milestone Dec 11, 2017
@qstokkink
Copy link
Contributor

@xoriole is this done now?

@qstokkink
Copy link
Contributor

@xoriole is this done now?

@xoriole small bump ⬆️

@drew2a
Copy link
Contributor

drew2a commented Jan 5, 2024

I'm also curious "is this done now?" :)

@qstokkink
Copy link
Contributor

Confirmation from @xoriole: we implemented the overlay statistics a few years ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants