brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 4d86fd5 Raw
56 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3======4rv-mon5======6-----------------------7List available monitors8-----------------------9 10:Manual section: 111 12SYNOPSIS13========14 15**rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*]16 17DESCRIPTION18===========19 20The **rv mon** command runs the monitor named *monitor_name*. Each monitor21has its own set of options. The **rv list** command shows all available22monitors.23 24OPTIONS25=======26 27**-h**, **--help**28 29        Print help menu.30 31AVAILABLE MONITORS32==================33 34The **rv** tool provides the interface for a set of monitors. Use the35**rv list** command to list all available monitors.36 37Each monitor has its own set of options. See man **rv-mon**-*monitor_name*38for details about each specific monitor. Also, running **rv mon**39**monitor_name** **-h** display the help menu with the available40options.41 42SEE ALSO43========44 45**rv**\(1), **rv-mon**\(1)46 47Linux kernel *RV* documentation:48<https://www.kernel.org/doc/html/latest/trace/rv/index.html>49 50AUTHOR51======52 53Written by Daniel Bristot de Oliveira <bristot@kernel.org>54 55.. include:: common_appendix.rst56