Introducing dial9: a flight recorder for Tokio
Summary
Tokio introduces dial9, a runtime telemetry tool that records fine-grained runtime events (polls, parks, wakes) and kernel interactions to improve production debugging. It demonstrates how instrumentation can reveal root causes like kernel scheduling delays and fd_table contention with low overhead, and includes a trace viewer and demo traces.