ipfs / ipfs/kubo

Need ipfs dht stat command

Open
#7,562 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.