File: cloud-vm-monitor.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (33 lines) | stat: -rw-r--r-- 1,874 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="cloud-vm-monitor">
  <title>Monitoring Cloud VM Performance</title>
  <body>
    <p>You can monitor the performance of cloud VM instances in the following ways:</p>
    
    <ul><li><p>Use the virtual machine monitoring tools in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>.</p>
        <ul><li><p>To show detailed performance data for a cloud VM:</p>
        <p>Click the cloud VM name in the machine list and select <b>Activity</b> in the machine
              tools menu.</p>
            <p>Several time series charts are displayed, showing resource usage and performance
              data. To save the data to file, click <b>Export</b>.</p></li>
        <li><p>To show a performance summary for all cloud VMs:</p>
        <p>Click <b>Activity Overview</b>. The Activity Overview tool is displayed, showing a
              summary of performance metrics for all running cloud VMs and for the host system.</p></li>
       </ul>
      <p>See also <xref href="vm-info.dita"/>.</p>
    </li>
      <li>
        <p>Use the <cmdname>VBoxManage cloud instance</cmdname> command, as follows:</p>
        <ul><li><p><cmdname>VBoxManage cloud instance metriclist</cmdname> shows the available metrics for an
              instance.</p></li>
        <li><p><cmdname>VBoxManage cloud instance metricdata</cmdname> shows metrics data for an instance.</p></li></ul>
        <p>See also <xref href="vboxmanage-cloud.dita"/>.</p>
      </li></ul>
    <note><p>To monitor a cloud VM, the Compute Instance Monitoring plugin must be enabled and running on the
      <ph conkeyref="vbox-conkeyref-phrases/oci"/> instance. See the <ph conkeyref="vbox-conkeyref-phrases/oci"/> 
      documentation for more details.</p></note>
   
  </body>
  
</topic>