Operations 3 min read

Introducing RTLA: The New Real‑Time Linux Analysis Tool in Kernel 5.17

RTLA (real‑time Linux analysis tool), developed by Red Hat kernel engineer Daniel Bristot de Oliveira, has been merged into the Linux 5.17 source tree, offering kernel‑level tracing of OS noise and timer latency, command‑line options for high‑priority task delay reporting, and trace output for debugging real‑time performance.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Introducing RTLA: The New Real‑Time Linux Analysis Tool in Kernel 5.17

RTLA (real‑time Linux analysis tool) has been added to the Linux 5.17 kernel source tree. Developed by Red Hat kernel engineer Daniel Bristot de Oliveira, RTLA uses the Linux kernel’s tracing facilities to collect data and provides an intuitive interface for viewing and processing the traced information.

The tool’s commands can read OS noise (osnoise) and IRQ/thread timer latency (timerlat) from the kernel, making it easier for users and developers to gather performance and tracing data, which helps fine‑tune systems and algorithms. It is especially useful for kernel developers who are not familiar with PREEMPT_RT debugging but need to evaluate performance.

# rtla timerlat top -P f:95 -T 150 -t trace_output.txt

This command produces a latency summary for a high‑priority task (‑P f:95) and, when latency exceeds 150 µs (‑T 150), saves a trace with debugging information to trace_output.txt. The trace file is a valuable aid for Linux‑rt developers to pinpoint the origin of performance issues.

According to Daniel, RTLA is just the beginning; Linux 5.17 will bring additional real‑time analysis tools, such as a real‑time Linux scheduler analysis utility and other tools for evaluating Linux real‑time features and scheduler properties.

RTLA interface screenshot
RTLA interface screenshot
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Performancereal-timetracingrtla
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.