1.. SPDX-License-Identifier: GPL-2.0
2
3=======
4rv-list
5=======
6-----------------------
7List available monitors
8-----------------------
9
10:Manual section: 1
11
12SYNOPSIS
13========
14
15**rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*]
16
17DESCRIPTION
18===========
19
20The **rv mon** command runs the monitor named *monitor_name*. Each monitor
21has its own set of options. The **rv list** command shows all available
22monitors.
23
24OPTIONS
25=======
26
27**-h**, **--help**
28
29        Print help menu.
30
31AVAILABLE MONITORS
32==================
33
34The **rv** tool provides the interface for a set of monitors. Use the
35**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 available
40options.
41
42SEE ALSO
43========
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
50AUTHOR
51======
52
53Written by Daniel Bristot de Oliveira <bristot@kernel.org>
54
55.. include:: common_appendix.rst
56