- Timestamp:
- Jun 15, 2021 9:54:12 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml
r84600 r89697 122 122 <arg>--descriptions</arg> 123 123 <arg>--pattern=<replaceable>pattern</replaceable></arg> 124 </cmdsynopsis> 125 <cmdsynopsis id="synopsis-vboxmanage-debugvm-guestsample"> 126 <command>VBoxManage debugvm</command> 127 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 128 <arg choice="plain">guestsample</arg> 129 <arg>--filename=<replaceable>filename</replaceable></arg> 130 <arg>--sample-interval-us=<replaceable>interval</replaceable></arg> 131 <arg>--sample-time-us=<replaceable>time</replaceable></arg> 124 132 </cmdsynopsis> 125 133 </refsynopsisdiv> … … 610 618 </refsect2> 611 619 620 <refsect2 id="vboxmanage-debugvm-guestsample"> 621 <title>debugvm guestsample</title> 622 <remark role="help-copy-synopsis"/> 623 <para> 624 Creates a sample report of the guest activity. 625 </para> 626 <para> 627 Retrieves the filename to dump the report to. 628 </para> 629 <variablelist> 630 <varlistentry> 631 <term><option>--filename=<replaceable>filename</replaceable></option></term> 632 <listitem><para>The filename to dump the sample report to.</para> 633 </listitem> 634 </varlistentry> 635 <varlistentry> 636 <term><option>--sample-interval-us=<replaceable>interval</replaceable></option></term> 637 <listitem><para>The interval in microseconds between guest samples.</para> 638 </listitem> 639 </varlistentry> 640 <varlistentry> 641 <term><option>--sample-time-us=<replaceable>time</replaceable></option></term> 642 <listitem><para>The amount of microseconds to take guest samples.</para> 643 </listitem> 644 </varlistentry> 645 </variablelist> 646 647 </refsect2> 648 612 649 </refsect1> 613 650
Note:
See TracChangeset
for help on using the changeset viewer.