rtla-osnoise.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ===============
  2. rtla-osnoise
  3. ===============
  4. ------------------------------------------------------------------
  5. Measure the operating system noise
  6. ------------------------------------------------------------------
  7. :Manual section: 1
  8. SYNOPSIS
  9. ========
  10. **rtla osnoise** [*MODE*] ...
  11. DESCRIPTION
  12. ===========
  13. .. include:: common_osnoise_description.rst
  14. The *osnoise* tracer outputs information in two ways. It periodically prints
  15. a summary of the noise of the operating system, including the counters of
  16. the occurrence of the source of interference. It also provides information
  17. for each noise via the **osnoise:** tracepoints. The **rtla osnoise top**
  18. mode displays information about the periodic summary from the *osnoise* tracer.
  19. The **rtla osnoise hist** mode displays information about the noise using
  20. the **osnoise:** tracepoints. For further details, please refer to the
  21. respective man page.
  22. MODES
  23. =====
  24. **top**
  25. Prints the summary from osnoise tracer.
  26. **hist**
  27. Prints a histogram of osnoise samples.
  28. If no MODE is given, the top mode is called, passing the arguments.
  29. OPTIONS
  30. =======
  31. **-h**, **--help**
  32. Display the help text.
  33. For other options, see the man page for the corresponding mode.
  34. SEE ALSO
  35. ========
  36. **rtla-osnoise-top**\(1), **rtla-osnoise-hist**\(1)
  37. Osnoise tracer documentation: <https://www.kernel.org/doc/html/latest/trace/osnoise-tracer.html>
  38. AUTHOR
  39. ======
  40. Written by Daniel Bristot de Oliveira <[email protected]>
  41. .. include:: common_appendix.rst