- Timestamp:
- Feb 8, 2011 9:46:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r35889 r35893 8136 8136 <method name="internalGetStatistics"> 8137 8137 <desc> 8138 Internal method; do not use as it might change at any time 8138 Internal method; do not use as it might change at any time. 8139 8139 </desc> 8140 8140 <param name="cpuUser" type="unsigned long" dir="out"> 8141 <desc>Percentage of processor time spent in user mode as seen by the guest </desc>8141 <desc>Percentage of processor time spent in user mode as seen by the guest.</desc> 8142 8142 </param> 8143 8143 <param name="cpuKernel" type="unsigned long" dir="out"> 8144 <desc>Percentage of processor time spent in kernel mode as seen by the guest </desc>8144 <desc>Percentage of processor time spent in kernel mode as seen by the guest.</desc> 8145 8145 </param> 8146 8146 <param name="cpuIdle" type="unsigned long" dir="out"> 8147 <desc>Percentage of processor time spent idling as seen by the guest </desc>8147 <desc>Percentage of processor time spent idling as seen by the guest.</desc> 8148 8148 </param> 8149 8149 <param name="memTotal" type="unsigned long" dir="out"> 8150 <desc>Total amount of physical guest RAM </desc>8150 <desc>Total amount of physical guest RAM.</desc> 8151 8151 </param> 8152 8152 <param name="memFree" type="unsigned long" dir="out"> 8153 <desc>Free amount of physical guest RAM </desc>8153 <desc>Free amount of physical guest RAM.</desc> 8154 8154 </param> 8155 8155 <param name="memBalloon" type="unsigned long" dir="out"> 8156 <desc>Amount of ballooned physical guest RAM </desc>8156 <desc>Amount of ballooned physical guest RAM.</desc> 8157 8157 </param> 8158 8158 <param name="memShared" type="unsigned long" dir="out"> 8159 <desc>Amount of shared physical guest RAM </desc>8159 <desc>Amount of shared physical guest RAM.</desc> 8160 8160 </param> 8161 8161 <param name="memCache" type="unsigned long" dir="out"> 8162 <desc>Total amount of guest (disk) cache memory </desc>8162 <desc>Total amount of guest (disk) cache memory.</desc> 8163 8163 </param> 8164 8164 <param name="pagedTotal" type="unsigned long" dir="out"> 8165 <desc>Total amount of space in the page file </desc>8165 <desc>Total amount of space in the page file.</desc> 8166 8166 </param> 8167 8167 <param name="memAllocTotal" type="unsigned long" dir="out"> 8168 <desc>Total amount of memory allocated by the hypervisor </desc>8168 <desc>Total amount of memory allocated by the hypervisor.</desc> 8169 8169 </param> 8170 8170 <param name="memFreeTotal" type="unsigned long" dir="out"> 8171 <desc>Total amount of free memory available in the hypervisor </desc>8171 <desc>Total amount of free memory available in the hypervisor.</desc> 8172 8172 </param> 8173 8173 <param name="memBalloonTotal" type="unsigned long" dir="out"> 8174 <desc>Total amount of memory ballooned by the hypervisor </desc>8174 <desc>Total amount of memory ballooned by the hypervisor.</desc> 8175 8175 </param> 8176 8176 <param name="memSharedTotal" type="unsigned long" dir="out"> 8177 <desc>Total amount of shared memory in the hypervisor </desc>8177 <desc>Total amount of shared memory in the hypervisor.</desc> 8178 8178 </param> 8179 8179 </method>
Note:
See TracChangeset
for help on using the changeset viewer.