Closed iand closed 2 years ago
Current implementation is in https://github.com/iand/go-ipfs/tree/block-accounting, specifically https://github.com/iand/go-ipfs/blob/block-accounting/core/node/accounting.go
Basic instrumentation completed. GC Metrics reported to grafana and mean request rates + mean time to request + profitability scores of each block are logged for analysis
Part of https://github.com/ipfs/go-ipfs/issues/8870
Roughly instrument block system to record the mean request rate of a block and the mean time to request the block from the network