Changeset 9937 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 25, 2008 6:18:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r9904 r9937 3467 3467 </param> 3468 3468 </method> 3469 3469 3470 3470 <method name="getConfigRegistryValue"> 3471 3471 <desc> … … 3506 3506 <method name="getProcessorUsage"> 3507 3507 <desc> 3508 Returns the current processor usage measured over all cores of all3509 processors in the host system.3510 3511 <note>3512 The maximum value is 1000000000 which means that all cores of all CPUs3513 are completely used.3514 </note>3508 Returns the current processor usage by this virtual machine measured 3509 over all cores of all processors in the host system. 3510 3511 The values returned for each parameter are in range from <tt>0</tt> (the 3512 machine is powered off or does not load the CPUs at all) to 3513 <tt>1 000 000 000</tt> (all cores of all CPUs are fully in use by this 3514 machine). 3515 3515 </desc> 3516 3516 <param name="user" type="unsigned long" dir="out"> 3517 <desc> The pecentage of processor time spent executing in user3518 mode.3517 <desc> 3518 Pecentage of processor time spent executing in user mode. 3519 3519 </desc> 3520 3520 </param> 3521 3521 <param name="system" type="unsigned long" dir="out"> 3522 <desc> The pecentage of processor time spent executing in kernel3523 mode.3522 <desc> 3523 Pecentage of processor time spent executing in kernel mode. 3524 3524 </desc> 3525 3525 </param> … … 5044 5044 <method name="getProcessorUsage"> 5045 5045 <desc> 5046 Returns the current processor usage measured over all cores of all 5047 processors in the host system. 5048 5049 <note> 5050 The maximum value is 1000000000 which means that all cores of all CPUs 5046 Returns the processor usage by the whole host system measured over all 5047 cores of all processors of the host machine. 5048 5049 The values returned for each parameter are in range from <tt>0</tt> (the 5050 machine is powered off or doesn't load the CPUs at all) to 5051 <tt>1 000 000 000</tt> (all cores of all CPUs are fully loaded by this 5052 machine). 5053 5054 <note> 5055 The maximum value is 1000000000 which means that all cores of all CPUs 5051 5056 are completely used. 5052 5057 </note> 5053 5058 </desc> 5054 5059 <param name="user" type="unsigned long" dir="out"> 5055 <desc> The pecentage of processor time spent executing in user5056 mode.5060 <desc> 5061 Pecentage of processor time spent executing in user mode. 5057 5062 </desc> 5058 5063 </param> 5059 5064 <param name="system" type="unsigned long" dir="out"> 5060 <desc> The pecentage of processor time spent executing in kernel5061 mode.5065 <desc> 5066 Pecentage of processor time spent executing in kernel mode. 5062 5067 </desc> 5063 5068 </param> 5064 5069 <param name="idle" type="unsigned long" dir="out"> 5065 <desc>The pecentage of processor time spent doing nothing. 5070 <desc> 5071 Pecentage of processor time spent doing nothing. 5066 5072 </desc> 5067 5073 </param>
Note:
See TracChangeset
for help on using the changeset viewer.