- Timestamp:
- Nov 15, 2023 10:21:46 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-cloud.xml
r100809 r102095 156 156 <arg choice="req">--id=<replaceable>unique id</replaceable></arg> 157 157 <arg>--clone-name=<replaceable>name for a clone instance</replaceable></arg> 158 </cmdsynopsis> 159 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-metriclist" sepchar=" "> 160 <command moreinfo="none">VBoxManage cloud</command> 161 <arg choice="req">--provider=<replaceable>name</replaceable></arg> 162 <arg choice="req">--profile=<replaceable>name</replaceable></arg> 163 <sbr/> 164 <arg choice="plain">instance metriclist</arg> 165 <arg choice="req">--id=<replaceable>unique id</replaceable></arg> 166 </cmdsynopsis> 167 <cmdsynopsis id="synopsis-vboxmanage-cloud-instance-metricdata" sepchar=" "> 168 <command moreinfo="none">VBoxManage cloud</command> 169 <arg choice="req">--provider=<replaceable>name</replaceable></arg> 170 <arg choice="req">--profile=<replaceable>name</replaceable></arg> 171 <sbr/> 172 <arg choice="plain">instance metricdata</arg> 173 <arg choice="req">--id=<replaceable>unique id</replaceable></arg> 174 <arg choice="req">--metric-name=<replaceable>metric name</replaceable></arg> 175 <arg choice="req">--metric-points=<replaceable>number of history metric points</replaceable></arg> 158 176 </cmdsynopsis> 159 177 … … 502 520 </refsect2> 503 521 522 <refsect2 id="vboxmanage-cloud-instance-metriclist"> 523 <title>available list of metrics for cloud instances</title> 524 <remark role="help-copy-synopsis"/> 525 <para> 526 Displays the list of the available metrics for the instance. 527 The returned names must be used with the command "VBoxManage cloud instance metricdata". 528 </para> 529 <variablelist> 530 <varlistentry> 531 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem> 532 </varlistentry> 533 </variablelist> 534 </refsect2> 535 536 <refsect2 id="vboxmanage-cloud-instance-metricdata"> 537 <title>Displays cloud instance metric data</title> 538 <remark role="help-copy-synopsis"/> 539 <para> 540 Displays the metric data with the resolution 1 minute for the requested cloud instances. 541 The timestamps are returned in the format Rfc2822. 542 </para> 543 <variablelist> 544 <varlistentry> 545 <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem> 546 </varlistentry> 547 <varlistentry> 548 <term><option>--metric-name</option></term><listitem><para>Metric name</para></listitem> 549 </varlistentry> 550 <varlistentry> 551 <term><option>--metric-points</option></term> 552 <listitem> 553 <para> 554 History metric point numbers start at 1 and can go backwards as long as history exists. 555 Points are counted from the current time to the past. If user only wants the last actual value 556 he passes the value "1". If 2 values need to be returned (last and second to last), 557 the user passes "2", etc. 558 </para> 559 </listitem> 560 </varlistentry> 561 </variablelist> 562 </refsect2> 563 504 564 <!-- Cloud image commands --> 505 565 <refsect2 id="vboxmanage-cloud-image-create">
Note:
See TracChangeset
for help on using the changeset viewer.