Add indicators for bitswap status: which peers
See original GitHub issueIt would be nice to be able to see which peers we are exchanging data with. We can get this information with ipfs bitswap stat
and ipfs bitswap ledger
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
feat: Peers page table enhancements · Issue #1602 · ipfs/ipfs-webui ...
Summary Enhance Peers page by adding table columns for transfer rates and IPFS version, ... Add indicators for bitswap status: which peers #1037....
Read more >Bitswap - IPFS Docs
Bitswap is a core module of IPFS for exchanging blocks of data. It directs the requesting and sending of blocks to and from...
Read more >A Case Study of IPFS - arXiv
By collecting the BitSwap traffic of a peer, we learn which. CIDs it requested, and at which times. Our monitoring nodes produce, using...
Read more >Cisco 4000 Series ISRs Software Configuration Guide
These are the two main methods to install the software: ... For information on LEDs on the router, see "LED Indicators" in the...
Read more >Calix E-Series (E7 OS R3.1-3.2) Maintenance and ...
Viewing xDSL Associated Interface Status . ... Relocating an ERPS Link When Adding a Second Card to E7-2 . ... BITSWAP_DROP: bitswap issue...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jessicaschilling fysa we are able to tell how much data was sent / received per peer historically, and “at the moment”.
RateIn
/RateOut
next to the green dot? (or on hover, like we do for Connection column)TotalIn
/TotalOut
for peers which don’t have green dot, but have those values above zero?Some examples below, for your reference.
Stat source examples
Realtime stats per peer
(we use
ipfs stats bw
for bandwidth graph on Status page, but we don’t filter per peer, just get global stats)Historical stats
ipfs bitswap ledger
keeps track of past transfers, most numbers will overlap with totals fromipfs stats bw
.Peer that did not exchange data with us yet (no icon):
Peer that fetched stuff from us (
sent
vsreceived
, or just look atratio
)Closing this one in favor of general Peers page table enhancement in https://github.com/ipfs-shipyard/ipfs-webui/issues/1602.