1RTLA(1) RTLA(1)
2
3
4
6 rtla - Real-time Linux Analysis tool
7
9 rtla COMMAND [OPTIONS]
10
12 The rtla is a meta-tool that includes a set of commands that aims to
13 analyze the real-time properties of Linux. But instead of testing Linux
14 as a black box, rtla leverages kernel tracing capabilities to provide
15 precise information about the properties and root causes of unexpected
16 results.
17
19 osnoise
20 Gives information about the operating system noise (osnoise).
21
22 timerlat
23 Measures the IRQ and thread timer latency.
24
26 -h, --help
27 Display the help text.
28
29 For other options, see the man page for the corresponding command.
30
32 rtla-osnoise(1), rtla-timerlat(1)
33
35 Daniel Bristot de Oliveira <bristot@kernel.org>
36
38 Report bugs to <lkml@vger.kernel.org>
39
41 rtla is Free Software licensed under the GNU GPLv2
42
44 Copyright (C) 2021 Red Hat, Inc. Free use of this software is granted
45 under the terms of the GNU Public License (GPL).
46
47
48
49
50 RTLA(1)