Comment on Tracing Goroutines in Realtime with eBPFComments−xtoilette5moCool! is there something similar for async rust ?−fch425mohttps://docs.rs/tokio-console/latest/tokio_console/ comes to mind.I'm not aware of eBPF-based dynamic instrumentation for either tokio or other async runtimes, but I'm also not (in need to be) debugging this on a daily basis.
Comments
Cool! is there something similar for async rust ?
https://docs.rs/tokio-console/latest/tokio_console/ comes to mind.
I'm not aware of eBPF-based dynamic instrumentation for either tokio or other async runtimes, but I'm also not (in need to be) debugging this on a daily basis.