Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

dhtdash - A dashboard for the IPFS DHT #34

Open
jbenet opened this issue Aug 12, 2015 · 1 comment
Open

dhtdash - A dashboard for the IPFS DHT #34

jbenet opened this issue Aug 12, 2015 · 1 comment

Comments

@jbenet
Copy link
Member

jbenet commented Aug 12, 2015

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
@jbenet
Copy link
Member Author

jbenet commented Aug 12, 2015

cc @whyrusleeping

@daviddias daviddias changed the title dhtdash dhtdash - A dashboard for the IPFS DHT Jul 7, 2018
@daviddias daviddias added the topic/libp2p Topic libp2p label Jul 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants