VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-objtracker.xml@ 107455

Last change on this file since 107455 was 107154, checked in by vboxsync, 8 weeks ago

jiraref:VBP-1459. Added manual pages for the command "VBoxManage objtracker"

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage objtracker
4-->
5<!--
6 Copyright (C) 2018-2024 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!--<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -->
27<!-- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[ -->
28<!--<!ENTITY % all.entities SYSTEM "all-entities.ent"> -->
29<!--%all.entities; -->
30<!--]> -->
31<refentry id="vboxmanage-objtracker" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2024-11-27 10:26:04 +0000 (Wed, 27 Nov 2024) $</pubdate>
34 <title>VBoxManage objtracker</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-objtracker</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-objtracker</refname>
44 <refpurpose>Информация об отслеживаемых объектах</refpurpose>
45 <refclass>Oracle VirtualBox</refclass>
46 </refnamediv>
47
48 <refsynopsisdiv>
49 <cmdsynopsis id="synopsis-vboxmanage-objtracker-ifaces"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
50 <command>VBoxManage objtracker</command>
51 <arg choice="plain">ifaces</arg>
52 </cmdsynopsis>
53 <cmdsynopsis id="synopsis-vboxmanage-objtracker-objlist">
54 <command>VBoxManage objtracker</command>
55 <arg choice="plain">objlist</arg>
56 <arg choice="req">--ifacename=<replaceable>Имя интерфейса VirtualBox</replaceable></arg>
57 </cmdsynopsis>
58 <cmdsynopsis id="synopsis-vboxmanage-objtracker-objinfo">
59 <command>VBoxManage objtracker</command>
60 <arg choice="plain">objinfo</arg>
61 <arg choice="req">--ifacename=<replaceable>Имя интерфейса VirtualBox</replaceable></arg>
62 <arg choice="req">--id=<replaceable>Уникальный id объекта</replaceable></arg>
63 </cmdsynopsis>
64 </refsynopsisdiv>
65
66 <refsect1 id="vboxmanage-objtracker-description">
67 <title>Описание</title>
68
69 <refsect2 id="vboxmanage-objtracker-ifaces">
70 <title>objtracker ifaces</title>
71 <remark role="help-copy-synopsis"/>
72 <para>
73 Показывает имена интерфейсов VirtualBox которые поддерживают отслеживание своих объектов
74 </para>
75 </refsect2>
76
77 <refsect2 id="vboxmanage-objtracker-objlist">
78 <title>objtracker objlist</title>
79 <remark role="help-copy-synopsis"/>
80 <para>
81 Выводит список уникальных идентификаторов отслеживаемых объектов существующих в данный момент для запрашиваемого интерфейса
82 </para>
83 <variablelist>
84 <varlistentry>
85 <term><option>--ifacename=<replaceable>Имя интерфейса VirtualBox</replaceable></option></term>
86 <listitem><para>Имя интерфейса VirtualBox. Например, IProgress, ISession, IMachine.</para></listitem>
87 </varlistentry>
88 </variablelist>
89 </refsect2>
90
91 <refsect2 id="vboxmanage-objtracker-objinfo">
92 <title>objtracker objinfo</title>
93 <remark role="help-copy-synopsis"/>
94 <para>
95 Выводит информацию об отслеживаемом объекте
96 </para>
97 <variablelist>
98 <varlistentry>
99 <term><option>--ifacename=<replaceable>Имя интерфейса VirtualBox</replaceable></option></term>
100 <listitem><para>Имя интерфейса VirtualBox. Например, IProgress, ISession, IMachine.</para></listitem>
101 </varlistentry>
102 <varlistentry>
103 <term><option>--id=<replaceable>unique object id</replaceable></option></term>
104 <listitem><para>Уникальный идентификатор отслеживаемого объекта</para></listitem>
105 </varlistentry>
106 </variablelist>
107 </refsect2>
108 </refsect1>
109
110</refentry>
111
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette