0001 ===============
0002 rtla-osnoise
0003 ===============
0004 ------------------------------------------------------------------
0005 Measure the operating system noise
0006 ------------------------------------------------------------------
0007
0008 :Manual section: 1
0009
0010 SYNOPSIS
0011 ========
0012 **rtla osnoise** [*MODE*] ...
0013
0014 DESCRIPTION
0015 ===========
0016
0017 .. include:: common_osnoise_description.rst
0018
0019 The *osnoise* tracer outputs information in two ways. It periodically prints
0020 a summary of the noise of the operating system, including the counters of
0021 the occurrence of the source of interference. It also provides information
0022 for each noise via the **osnoise:** tracepoints. The **rtla osnoise top**
0023 mode displays information about the periodic summary from the *osnoise* tracer.
0024 The **rtla osnoise hist** mode displays information about the noise using
0025 the **osnoise:** tracepoints. For further details, please refer to the
0026 respective man page.
0027
0028 MODES
0029 =====
0030 **top**
0031
0032 Prints the summary from osnoise tracer.
0033
0034 **hist**
0035
0036 Prints a histogram of osnoise samples.
0037
0038 If no MODE is given, the top mode is called, passing the arguments.
0039
0040 OPTIONS
0041 =======
0042
0043 **-h**, **--help**
0044
0045 Display the help text.
0046
0047 For other options, see the man page for the corresponding mode.
0048
0049 SEE ALSO
0050 ========
0051 **rtla-osnoise-top**\(1), **rtla-osnoise-hist**\(1)
0052
0053 Osnoise tracer documentation: <https://www.kernel.org/doc/html/latest/trace/osnoise-tracer.html>
0054
0055 AUTHOR
0056 ======
0057 Written by Daniel Bristot de Oliveira <bristot@kernel.org>
0058
0059 .. include:: common_appendix.rst