VirtualBox

Ignore:
Timestamp:
Nov 19, 2012 5:36:43 AM (12 years ago)
Author:
vboxsync
Message:

Main/Metrics: VM network rate metrics (#6345)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r43869 r43908  
    30443044  <interface
    30453045    name="IInternalMachineControl" extends="$unknown"
    3046     uuid="ec824977-e43f-479c-81c9-ac6cae1423a5"
     3046    uuid="dca36a92-703c-4649-98a4-f40c1ef0c336"
    30473047    internal="yes"
    30483048    wsmap="suppress"
     
    35033503    </method>
    35043504
    3505     <method name="reportGuestStatistics">
    3506       <desc>
    3507         Passes collected guest statistics to VBoxSVC.
     3505    <method name="reportVmStatistics">
     3506      <desc>
     3507        Passes statistics collected by VM (including guest statistics) to VBoxSVC.
    35083508      </desc>
    35093509      <param name="validStats" type="unsigned long" dir="in">
     
    35513551      <param name="memSharedTotal" type="unsigned long" dir="in">
    35523552        <desc>Total amount of shared memory in the hypervisor.</desc>
     3553      </param>
     3554      <param name="vmNetRx" type="unsigned long" dir="in">
     3555        <desc>Network receive rate for VM.</desc>
     3556      </param>
     3557      <param name="vmNetTx" type="unsigned long" dir="in">
     3558        <desc>Network transmit rate for VM.</desc>
    35533559      </param>
    35543560    </method>
Note: See TracChangeset for help on using the changeset viewer.

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