Changeset 41878 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jun 22, 2012 9:32:15 AM (12 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Networking.xml
r41843 r41878 778 778 of one VM may share limits through bandwidth groups. It is possible 779 779 to have more than one such limit.</para> 780 <note><para>VirtualBox shapes VM traffic only in ergress direction, delaying 781 the packets being sent by virtual machines. It does not limit the 782 traffic being received by virtual machines.</para> 783 </note> 780 784 781 785 <para>Limits are configured through … … 794 798 with changes being picked up immediately. The example below changes the 795 799 limit for the group created in the example above to 100 Kbit/s:<screen>VBoxManage bandwidthctl "VM name" set Limit --limit 100k</screen></para> 800 801 <para>To completely disable shaping for the first adapter of VM use the 802 following command: 803 <screen>VBoxManage modifyvm "VM name" --nicbandwidthgroup1 none</screen></para> 804 805 <para>It is also possible to disable shaping for all adapters assigned to a 806 bandwidth group while VM is running, by specifying the zero limit for the 807 group. For example, for the bandwidth group named "Limit" use: 808 <screen>VBoxManage bandwidthctl "VM name" set Limit --limit 0</screen></para> 796 809 </sect1> 797 810 </chapter> -
trunk/doc/manual/en_US/user_VBoxManage.xml
r41848 r41878 2031 2031 while the VM is running. The default unit is megabytes per 2032 2032 second. The unit can be changed by specifying one of the 2033 following suffixes: <computeroutput>k</computeroutput> for kilobits/s, <computeroutput>m</computeroutput> for megabits/s, <computeroutput>g</computeroutput> for gigabits/s, <computeroutput>K</computeroutput> for kilobytes/s, <computeroutput>M</computeroutput> for megabytes/s, <computeroutput>G</computeroutput> for gigabytes/s </para>2033 following suffixes: <computeroutput>k</computeroutput> for kilobits/s, <computeroutput>m</computeroutput> for megabits/s, <computeroutput>g</computeroutput> for gigabits/s, <computeroutput>K</computeroutput> for kilobytes/s, <computeroutput>M</computeroutput> for megabytes/s, <computeroutput>G</computeroutput> for gigabytes/s.</para> 2034 2034 </glossdef> 2035 2035 </glossentry> 2036 2036 </glosslist> 2037 <note> 2038 <para>The network bandwidth limits apply only to the traffic being sent by 2039 virtual machines. The traffic being received by VMs is unlimited.</para> 2040 </note> 2037 2041 <note> 2038 2042 <para>To remove a bandwidth group it must not be referenced by any disks
Note:
See TracChangeset
for help on using the changeset viewer.