Tagged Questions
6
votes
1answer
2k views
Using Linux cgroups to balance CPU performance
I have two dual-core Linux systems installed using Linux cgroups with relatively recent kernels; one is running Debian Squeeze, the other Ubuntu 11.04 Natty Narwhal. I've gotten CPU load balancing ...
3
votes
1answer
618 views
How can I configure fair bandwidth sharing between cgroups?
It's fairly easy to use tc with Stochastic Fairness Queueing (SFQ) to configure fair bandwidth sharing between flows, but an application can open multiple flows and get an unfair share of bandwidth. ...