User Tools

Site Tools


realtime:documentation:howto:tools:latency-tracker

latency-tracker

The latency-tracker project is a kernel module designed to track latencies between two specified events. If the latency between the two events is longer than the chosen threshold, then a callback action is executed. Several specific trackers that use this approach are available via the project's GitHub, such as a tracker to measure task wake up latency and a tracker to measure how long a task has been scheduled out. The latency-tracker is designed to function quickly and correctly in highly concurrent environments and it can also be called from IRQ and NMI handlers.


More Information

realtime/documentation/howto/tools/latency-tracker.txt · Last modified: 2018/08/27 08:55 by ebugden