요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
.. SPDX-License-Identifier: GPL-2.0
======
rv-mon
======
-----------------------
List available monitors
-----------------------
:Manual section: 1
SYNOPSIS
========
**rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*]
DESCRIPTION
===========
The **rv mon** command runs the monitor named *monitor_name*. Each monitor
has its own set of options. The **rv list** command shows all available
monitors.
OPTIONS
=======
**-h**, **--help**
Print help menu.
AVAILABLE MONITORS
==================
The **rv** tool provides the interface for a set of monitors. Use the
**rv list** command to list all available monitors.
Each monitor has its own set of options. See man **rv-mon**-*monitor_name*
for details about each specific monitor. Also, running **rv mon**
**monitor_name** **-h** display the help menu with the available
options.
SEE ALSO
========
**rv**\(1), **rv-mon**\(1)
Linux kernel *RV* documentation:
<https://www.kernel.org/doc/html/latest/trace/rv/index.html>
AUTHOR
======
Written by Daniel Bristot de Oliveira <bristot@kernel.org>
.. include:: common_appendix.rst
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
monitor 이름과 개별 옵션
1-25`rv mon [-h] monitor_name [-h] [MONITOR OPTIONS]`는 `monitor_name`으로 지정한 monitor를 실행한다. monitor마다 고유한 옵션 집합이 있으며 `rv list`가 사용 가능한 monitor를 보여 준다.
`-h` 또는 `--help`는 도움말 메뉴를 출력한다. 명령 전체 도움말과 monitor 이름 뒤의 개별 도움말을 각각 요청할 수 있다.
목록에서 이름을 고르고 monitor 전용 옵션을 적용한다.
`-h`의 위치에 따라 확인하는 범위가 달라진다.
.. SPDX-License-Identifier: GPL-2.0
======
rv-mon
======
-----------------------
List available monitors
-----------------------
:Manual section: 1
SYNOPSIS
========
**rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*]
DESCRIPTION
===========
The **rv mon** command runs the monitor named *monitor_name*. Each monitor
has its own set of options. The **rv list** command shows all available
monitors.
OPTIONS
=======
사용 가능한 monitor 찾기
26-42`rv`는 monitor 집합의 인터페이스를 제공한다. `rv list`로 사용 가능한 monitor를 나열한다.
각 monitor의 상세 옵션은 `rv-mon-monitor_name` 형식의 man 페이지에서 확인하거나 `rv mon monitor_name -h`로 바로 출력한다.
정적 매뉴얼과 실행 시 도움말 두 경로가 있다.
**-h**, **--help**
Print help menu.
AVAILABLE MONITORS
==================
The **rv** tool provides the interface for a set of monitors. Use the
**rv list** command to list all available monitors.
Each monitor has its own set of options. See man **rv-mon**-*monitor_name*
for details about each specific monitor. Also, running **rv mon**
**monitor_name** **-h** display the help menu with the available
options.
SEE ALSO
관련 문서와 작성 정보
43-55관련 매뉴얼은 `rv(1)`과 원문에 기재된 `rv-mon(1)`이며, 커널 RV 인덱스에서 구현 문서를 확인한다.
이 문서는 Daniel Bristot de Oliveira가 작성했고 공통 부록을 포함한다.
monitor 발견·실행·구현 문서를 구분한다.
========
**rv**\(1), **rv-mon**\(1)
Linux kernel *RV* documentation:
<https://www.kernel.org/doc/html/latest/trace/rv/index.html>
AUTHOR
======
Written by Daniel Bristot de Oliveira <bristot@kernel.org>
.. include:: common_appendix.rst
요약·해설
rv-mon.rst:1-55monitor 이름, monitor별 옵션, rv list와 개별 도움말을 사용해 RV monitor를 실행하는 방법을 설명합니다.