Need ipfs dht stat command
Open
kind/enhancement
need/analysis
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
I need statistics for _Kademlia DHT_ server to better understand how bandwidth and memory is allocated.
I need something like _ipfs dht stat_ command returning bytes / count for following:
1. DHT Queries received (for our dht fraction)
1. DHT Replies sent (we know which peer has content)
3. DHT Queries forwarded to other nodes (we dont know but asking another node)
2. DHT Queries sent (our node is origin of dht query)
5. DHT keys - (memory?) storage holding our share of dht
Contributor guide
Assessment
This issue has not been assessed yet.