The example below illustrates a scenario when the containers MyCT1
and MyCT2
have RATEBOUND
set to no
, and the virtual machine MyVM
has RATEBOUND
set to yes
. With the default TOTALRATE
of 4096 Kbps and RATE
of 8 Kbps, the bandwidth pool will be distributed as follows:
MyCT1 | MyCT2 | MyVM | Consumed Bandwidth |
---|---|---|---|
transmits | idle | idle | MyCT1: 4096 Kbps |
idle | idle | transmits | MyVM: 8 Kbps |
transmits | transmits | idle | MyCT1: 2048 Kbps MyCT2: 2048 Kbps |
transmits | idle | transmits | MyCT1: 4032 Kbps MyVM: 8 Kbps |
transmits | transmits | transmits | MyCT1: 2016 Kbps MyCT2: 2016 Kbps MyVM: 8 Kbps |