Hi Robin, On 2023/2/2 21:43, Robin Jarry wrote: > Allow applications to register a callback that will be invoked in > rte_lcore_dump() and when requesting lcore info in the telemetry API. > > The callback is expected to return the number of TSC cycles that have > passed since application start and the number of these cycles that were > spent doing busy work. >
The 'record_burst_stats' also important for performance tune. Is it possible to incorporate it into this framework?