1=========
2rtla
3=========
4--------------------------------
5Real-time Linux Analysis tool
6--------------------------------
7
8:Manual section: 1
9
10SYNOPSIS
11========
12**rtla** *COMMAND* [*OPTIONS*]
13
14DESCRIPTION
15===========
16The **rtla** is a meta-tool that includes a set of commands that aims to
17analyze the real-time properties of Linux. But instead of testing Linux
18as a black box, **rtla** leverages kernel tracing capabilities to provide
19precise information about the properties and root causes of unexpected
20results.
21
22COMMANDS
23========
24**osnoise**
25
26        Gives information about the operating system noise (osnoise).
27
28**timerlat**
29
30        Measures the IRQ and thread timer latency.
31
32OPTIONS
33=======
34**-h**, **--help**
35
36        Display the help text.
37
38For other options, see the man page for the corresponding command.
39
40SEE ALSO
41========
42**rtla-osnoise**\(1), **rtla-timerlat**\(1)
43
44AUTHOR
45======
46Daniel Bristot de Oliveira <bristot@kernel.org>
47
48.. include:: common_appendix.rst
49