<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>Hi All,</div><div><br></div><div>I am running multiple containers and I want to limit the network bandwidth. </div><div>But I am not getting the desired output. Here is my method:</div>

<div><br></div><div><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

1) echo 0x1001 > /sys/fs/cgroup/lxc/<containerA>/net_cls.classid</pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<br></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

2) <span style="font-size:1em;line-height:1.2em">tc qdisc add dev br0 root handle 10: htb</span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em"><br></span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em">3) </span><span style="font-size:1em;line-height:1.2em">tc class add dev br0 parent 10: classid 10:1 htb rate 40mbit</span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em"><br></span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em">4) </span><span style="font-size:1em;line-height:1.2em">tc filter add dev br0 parent 10: protocol ip prio 10 handle 1: cgroup</span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em"><br></span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em">5) Used iperf to test the network bandwidth but not showing the desired output. </span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em"><br></span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em">I tried adding class to eth0 instead of br0 also but no change .</span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<br></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

Is anybody tried this kind of feature? I am not sure whether my testing procedure is wrong . </pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em"><br></span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em">Thanks,</span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em">Divya</span></pre><pre style="font-family:monospace,monospace;padding:0px;border:0px none rgb(255,255,255);color:rgb(0,0,0);line-height:1.2em;font-size:1em;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-bottom:0px;vertical-align:top;background:none rgb(249,249,249)">

<span style="font-size:1em;line-height:1.2em"><br></span></pre></div></div>
</div><br></div>