RE: How does Cloudstack limit bandwidth

2023-11-19 Thread marty
Thank you for the explanation Jayanth. So, could the RX pauses be caused by the hypervisor for bandwidth control? I am using XCP-NG. Thoughts? -Original Message- From: Jayanth Reddy Sent: Sunday, November 19, 2023 10:50 PM To: users@cloudstack.apache.org Subject: Re: How does Cloudstac

Re: How does Cloudstack limit bandwidth

2023-11-19 Thread Jayanth Reddy
Hello Marty, Yes, at the hypervisor level and applied on the bridge ports. It is defined in the VM domxml. An example is as below and you may also do # virsh dumpxml to get it. 25600 KB/s is 200 Mbps in this case. If we're taking about the networ

How does Cloudstack limit bandwidth

2023-11-19 Thread marty
Hello CS Community, When you create a network, it, by default, has a bandwidth limit of 500Mb. My question is how does it do this? Since CS is not interacting with switches and is creating the network on the hypervisor, does it do this at the hypervisor level or in a different manner? The reaso