Is there a way to get time used in different stages of get/add operation?

I have a private network of kubo. Sometimes there would be slow operations. I want to understand performence/characteristics of this network, that is the time used in different stages. for example the time used in dht discovery or data transfer. Is there any way to get those time?

Welcome to the IPFS forums Ian,

In version 0.13.0 of Kubo, we added support for tracing which you can run with Jaeger and any OpenTelemetry supported tooling.

See configuration options here: kubo/environment-variables.md at master · ipfs/kubo · GitHub

Thanks, I’ll check that.

1 Like