This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
dhtdash - A dashboard for the IPFS DHT #34
Open
Description
I want something like bsdash but for the dht.
would be good to see:
- how many entries are stored locally
- seeing "incoming requests being handled"
- seeing "outgoing queries", with the state, something like:
queries:
get Qmabc # querytype key
# here we see a sequence of all the peers we try. these stay until the end of the query
asked Qmbbb - closer Qmaaa, Qmbbc, Qmccc # see closer peers
asked Qmbbc - closer Qmaaa, Qmbbb, Qmccc # see closer peers
asking Qmaaa ... # ongoing requiest
asking Qmccc got value! # finished