0001 =========
0002 rtla
0003 =========
0004 --------------------------------
0005 Real-time Linux Analysis tool
0006 --------------------------------
0007
0008 :Manual section: 1
0009
0010 SYNOPSIS
0011 ========
0012 **rtla** *COMMAND* [*OPTIONS*]
0013
0014 DESCRIPTION
0015 ===========
0016 The **rtla** is a meta-tool that includes a set of commands that aims to
0017 analyze the real-time properties of Linux. But instead of testing Linux
0018 as a black box, **rtla** leverages kernel tracing capabilities to provide
0019 precise information about the properties and root causes of unexpected
0020 results.
0021
0022 COMMANDS
0023 ========
0024 **osnoise**
0025
0026 Gives information about the operating system noise (osnoise).
0027
0028 **timerlat**
0029
0030 Measures the IRQ and thread timer latency.
0031
0032 OPTIONS
0033 =======
0034 **-h**, **--help**
0035
0036 Display the help text.
0037
0038 For other options, see the man page for the corresponding command.
0039
0040 SEE ALSO
0041 ========
0042 **rtla-osnoise**\(1), **rtla-timerlat**\(1)
0043
0044 AUTHOR
0045 ======
0046 Daniel Bristot de Oliveira <bristot@kernel.org>
0047
0048 .. include:: common_appendix.rst