rtla-osnoise-top.rst 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ===================
  2. rtla-osnoise-top
  3. ===================
  4. -----------------------------------------------
  5. Display a summary of the operating system noise
  6. -----------------------------------------------
  7. :Manual section: 1
  8. SYNOPSIS
  9. ========
  10. **rtla osnoise top** [*OPTIONS*]
  11. DESCRIPTION
  12. ===========
  13. .. include:: common_osnoise_description.rst
  14. **rtla osnoise top** collects the periodic summary from the *osnoise* tracer,
  15. including the counters of the occurrence of the interference source,
  16. displaying the results in a user-friendly format.
  17. The tool also allows many configurations of the *osnoise* tracer and the
  18. collection of the tracer output.
  19. OPTIONS
  20. =======
  21. .. include:: common_osnoise_options.rst
  22. .. include:: common_top_options.rst
  23. .. include:: common_options.rst
  24. EXAMPLE
  25. =======
  26. In the example below, the **rtla osnoise top** tool is set to run with a
  27. real-time priority *FIFO:1*, on CPUs *0-3*, for *900ms* at each period
  28. (*1s* by default). The reason for reducing the runtime is to avoid starving
  29. the rtla tool. The tool is also set to run for *one minute* and to display
  30. a summary of the report at the end of the session::
  31. [root@f34 ~]# rtla osnoise top -P F:1 -c 0-3 -r 900000 -d 1M -q
  32. Operating System Noise
  33. duration: 0 00:01:00 | time is in us
  34. CPU Period Runtime Noise % CPU Aval Max Noise Max Single HW NMI IRQ Softirq Thread
  35. 0 #59 53100000 304896 99.42580 6978 56 549 0 53111 1590 13
  36. 1 #59 53100000 338339 99.36282 8092 24 399 0 53130 1448 31
  37. 2 #59 53100000 290842 99.45227 6582 39 855 0 53110 1406 12
  38. 3 #59 53100000 204935 99.61405 6251 33 290 0 53156 1460 12
  39. SEE ALSO
  40. ========
  41. **rtla-osnoise**\(1), **rtla-osnoise-hist**\(1)
  42. Osnoise tracer documentation: <https://www.kernel.org/doc/html/latest/trace/osnoise-tracer.html>
  43. AUTHOR
  44. ======
  45. Written by Daniel Bristot de Oliveira <[email protected]>
  46. .. include:: common_appendix.rst