Changeset 27885 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Mar 31, 2010 12:16:27 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59573
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r27857 r27885 8353 8353 <interface 8354 8354 name="IGuest" extends="$unknown" 8355 uuid=" 2f6fba62-0d41-42fd-a891-51b7d87a9e84"8355 uuid="66dfe00b-f174-40d8-9d78-4e30d58137ed" 8356 8356 wsmap="managed" 8357 8357 > … … 8417 8417 <desc>Guest system memory balloon size in megabytes.</desc> 8418 8418 </attribute> 8419 8420 <attribute name="statisticsUpdateInterval" type="unsigned long"> 8421 <desc>Interval to update guest statistics in seconds.</desc> 8422 </attribute> 8423 8424 <method name="internalGetStatistics"> 8425 <desc> 8426 Internal method; do not use as it might change at any time 8427 </desc> 8428 <param name="cpuId" type="unsigned long" dir="in"> 8429 <desc>Virtual CPU id</desc> 8430 </param> 8431 <param name="cpuUser" type="unsigned long" dir="out"> 8432 <desc>Percentage of processor time spent in user mode as seen by the guest</desc> 8433 </param> 8434 <param name="cpuKernel" type="unsigned long" dir="out"> 8435 <desc>Percentage of processor time spent in kernel mode as seen by the guest</desc> 8436 </param> 8437 <param name="cpuIdle" type="unsigned long" dir="out"> 8438 <desc>Percentage of processor time spent idling as seen by the guest</desc> 8439 </param> 8440 <param name="memTotal" type="unsigned long" dir="out"> 8441 <desc>Total amount of physical guest RAM</desc> 8442 </param> 8443 <param name="memFree" type="unsigned long" dir="out"> 8444 <desc>Free amount of physical guest RAM</desc> 8445 </param> 8446 <param name="memBalloon" type="unsigned long" dir="out"> 8447 <desc>Amount of ballooned physical guest RAM</desc> 8448 </param> 8449 <param name="memCache" type="unsigned long" dir="out"> 8450 <desc>Total amount of guest (disk) cache memory</desc> 8451 </param> 8452 <param name="pagedTotal" type="unsigned long" dir="out"> 8453 <desc>Total amount of space in the page file</desc> 8454 </param> 8455 <param name="pagedFree" type="unsigned long" dir="out"> 8456 <desc>Free amount of space in the page file</desc> 8457 </param> 8458 </method> 8419 8459 8420 8460 <method name="setCredentials">
Note:
See TracChangeset
for help on using the changeset viewer.