User Tools

Site Tools


realtime:documentation:howto:tools:rtla

Real-time Linux Analysis tool

The rtla – Real-time Linux Analysis tool set analyzes real-time properties of the Linux kernel.

The tools has several modes. The default top mode displays periodic summary from a tracer. The hist mode displays histogram at the end of operation. Automatic mode (--auto) stops when the threshold is reached.

The tool offers several commands:

  • rtla osnoise provides information about operating system noise measured with osnoise tracer. It dispatches kernel threads per CPU to measure various sources of interference during execution, such as preemption, softirq, and IRQs. Modes: top, hist.
  • rtla hwnoise detects and quantifies hardware-related noise with osnoise tracer. By disabling interrupts and scheduling of threads, only non-maskable interrupts and hardware-related noise are analyzed.

Each of these commands has various options for configuration, such as setting tracer periods, runtimes, thresholds, scheduling parameters, trace events and triggers, and more. These commands offer different ways to analyze and understand the real-time properties and noise sources in the Linux operating system.

More Information

realtime/documentation/howto/tools/rtla.txt · Last modified: 2023/08/15 06:54 by costa.shul