rv.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .. SPDX-License-Identifier: GPL-2.0
  2. ==
  3. rv
  4. ==
  5. --------------------
  6. Runtime Verification
  7. --------------------
  8. :Manual section: 1
  9. SYNOPSIS
  10. ========
  11. **rv** *COMMAND* [*OPTIONS*]
  12. DESCRIPTION
  13. ===========
  14. Runtime Verification (**RV**) is a lightweight (yet rigorous) method
  15. for formal verification with a practical approach for complex systems.
  16. Instead of relying on a fine-grained model of a system (e.g., a
  17. re-implementation a instruction level), RV works by analyzing the trace
  18. of the system's actual execution, comparing it against a formal
  19. specification of the system behavior.
  20. The **rv** tool provides the interface for a collection of runtime
  21. verification (rv) monitors.
  22. COMMANDS
  23. ========
  24. **list**
  25. List all available monitors.
  26. **mon**
  27. Run monitor.
  28. OPTIONS
  29. =======
  30. **-h**, **--help**
  31. Display the help text.
  32. For other options, see the man page for the corresponding command.
  33. SEE ALSO
  34. ========
  35. **rv-list**\(1), **rv-mon**\(1)
  36. Linux kernel *RV* documentation:
  37. <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
  38. AUTHOR
  39. ======
  40. Daniel Bristot de Oliveira <bristot@kernel.org>
  41. .. include:: common_appendix.rst