-
Notifications
You must be signed in to change notification settings - Fork 48
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
per-peer stats #165
Comments
For ipfs/js-ipfs#1198, I'll need per-peer and per-protocol stats, of, at least total bandwidth in and total bandwidth out. |
@hacdias can you define what you mean by "protocol"? Is it the bitswap protocol (1.0.0 or 1.1.0), the transport being used or the multiplexed protocol (DHT, bitswap, etc)? (If it's the latest, we can't do this at the bitswap level). |
@pgte protocol is the transport being used. Just opened an issue on libp2p: libp2p/js-libp2p#157 |
@diasdavid what I really need to implement the Bandwidth Stats on |
@hacdias I'm new to ipfs, looking to help out on an issue like this to get started. I was looking at ipfs/js-ipfs#1198 - just to confirm my understanding, Bandwidth stats are the only additional per-peer stats left to implement? |
Found ipfs/js-ipfs#1230 - looks like this is complete then? Or is there more? |
Oh yes, this one is already done. Thanks @bvand |
We need these stats per peer because of ipfs-inactive/dynamic-data-and-capabilities#3 and ipfs/js-ipfs#1198.
The text was updated successfully, but these errors were encountered: