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**hwnoise** 25 26 Detect and quantify hardware-related noise. 27 28**osnoise** 29 30 Gives information about the operating system noise (osnoise). 31 32**timerlat** 33 34 Measures the IRQ and thread timer latency. 35 36OPTIONS 37======= 38**-h**, **--help** 39 40 Display the help text. 41 42For other options, see the man page for the corresponding command. 43 44SEE ALSO 45======== 46**rtla-hwnoise**\(1), **rtla-osnoise**\(1), **rtla-timerlat**\(1) 47 48AUTHOR 49====== 50Daniel Bristot de Oliveira <bristot@kernel.org> 51 52.. include:: common_appendix.txt 53