====== 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 [[https://github.com/efficios/latency-tracker|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 ===== * GitHub: [[https://github.com/efficios/latency-tracker|efficios/latency-tracker]] * LTTng blog post: [[https://lttng.org/blog/2016/01/06/monitoring-realtime-latencies/|Monitoring real-time latencies]]