|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Limiting domU network?
terii wang wrote:
Is there any way to limit or throttle domU's network? Something
similar like the CPU cap/weight?
I got few abusive VPS clients running tons of proxies maxing out the
network bandwidth. Thanks.
You could employ traffic shaping on the network, that's what we do at
work. It's quite easy to nest HTB classes to achieve a situation
where multiple customers have their own traffic allocation/limit and
within that, their traffic is shaped & prioritised (eg smtp is lower
priority than http etc). If there's a lot of customers, then you'd
probably want to automate the rule build, and you might run into
problems fitting all the classes into 256 identifiers.
You could do this on the Dom0, but I suspect that might be quite
tricky. We do it on the boundary router - which is closest to the
bottleneck.
--
Simon Hobson
Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|