brintos

brintos / linux-shallow public Read only

0
0
Text · 979 B · fc0d233 Raw
49 lines · plain
1=========2rtla3=========4--------------------------------5Real-time Linux Analysis tool6--------------------------------7 8:Manual section: 19 10SYNOPSIS11========12**rtla** *COMMAND* [*OPTIONS*]13 14DESCRIPTION15===========16The **rtla** is a meta-tool that includes a set of commands that aims to17analyze the real-time properties of Linux. But instead of testing Linux18as a black box, **rtla** leverages kernel tracing capabilities to provide19precise information about the properties and root causes of unexpected20results.21 22COMMANDS23========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 32OPTIONS33=======34**-h**, **--help**35 36        Display the help text.37 38For other options, see the man page for the corresponding command.39 40SEE ALSO41========42**rtla-osnoise**\(1), **rtla-timerlat**\(1)43 44AUTHOR45======46Daniel Bristot de Oliveira <bristot@kernel.org>47 48.. include:: common_appendix.rst49