rtla.rst 979 B

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