<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">For download you can use htb on vnet
      interface<br>
      <br>
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: auto; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        display: inline !important; float: none; background-color:
        rgb(207, 217, 255);">tc qdisc del dev <vnet interface>
        root</span><br style="color: rgb(0, 0, 0); font-family: Verdana,
        Arial, Helvetica, sans-serif; font-size: 13px; font-style:
        normal; font-variant: normal; font-weight: normal;
        letter-spacing: normal; line-height: normal; orphans: auto;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: auto; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(207, 217,
        255);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: auto; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        display: inline !important; float: none; background-color:
        rgb(207, 217, 255);">tc qdisc add dev </span><span
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: auto; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        display: inline !important; float: none; background-color:
        rgb(207, 217, 255);"><span style="color: rgb(0, 0, 0);
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
          13px; font-style: normal; font-variant: normal; font-weight:
          normal; letter-spacing: normal; line-height: normal; orphans:
          auto; text-align: start; text-indent: 0px; text-transform:
          none; white-space: normal; widows: auto; word-spacing: 0px;
          -webkit-text-stroke-width: 0px; display: inline !important;
          float: none; background-color: rgb(207, 217, 255);"><vnet
          interface></span> root handle 1:0 htb default 2</span><br
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: auto; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(207, 217, 255);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: auto; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        display: inline !important; float: none; background-color:
        rgb(207, 217, 255);">tc class add dev </span><span
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: auto; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        display: inline !important; float: none; background-color:
        rgb(207, 217, 255);"><span style="color: rgb(0, 0, 0);
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
          13px; font-style: normal; font-variant: normal; font-weight:
          normal; letter-spacing: normal; line-height: normal; orphans:
          auto; text-align: start; text-indent: 0px; text-transform:
          none; white-space: normal; widows: auto; word-spacing: 0px;
          -webkit-text-stroke-width: 0px; display: inline !important;
          float: none; background-color: rgb(207, 217, 255);"><vnet
          interface></span> parent 1:0 classid 1:1 htb rate 512kbit
        ceil 512kbit</span><br>
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: auto; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        display: inline !important; float: none; background-color:
        rgb(207, 217, 255);">tc filter add dev <vnet interface>
        parent 1:0 protocol ip u32 match ip dst <ip for host>
        flowid 1:1</span><br>
      <br>
      tc -s qdisc show dev <vnet interface> it will queryng
      discipline<br>
      tc -s class show dev <vnet interface> it will show classes<br>
      tc -s filter show dev <vnet interface> it will show filter
      that attached to class and if working.<br>
      <br>
      rate = flat rate guaranteed that can be exprimatedt in kbit or
      mbit<br>
      ceil = max rate can be borrowed from master .. but here you can
      user on rate that can have the interface<br>
      <br>
      some more info <br>
      <a class="moz-txt-link-freetext" href="http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm">http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm</a><br>
      it is old but is best qos discipline for linux 10 times better
      that cbq<br>
       <br>
      On 6/4/2014 12:15 PM, Jaime Melis wrote:<br>
    </div>
    <blockquote
cite="mid:CA+HrgRpfR2rZvDq0vztx5N_NOudFpz=6xL=mAVBw4VAEXNOH8A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi
        <div><br>
        </div>
        <div>Susan, we don't have this as of yet, it would be a nice
          thing to have and not very difficult.</div>
        <div><br>
        </div>
        <div>If you know how to apply QoS to a VM manually we can
          automate the process in the networking drivers.</div>
        <div><br>
        </div>
        <div>And I think Shankhadeep is right, with opensvswitch it
          would be even easier, but the fact reimans that it's not yet
          supported in OpenNebula.</div>
        <div><br>
        </div>
        <div>cheers,<br>
          Jaime</div>
      </div>
      <div class="gmail_extra">
        <br>
        <br>
        <div class="gmail_quote">On Sat, May 31, 2014 at 4:51 AM,
          Shankhadeep Shome <span dir="ltr"><<a
              moz-do-not-send="true" href="mailto:shank15217@gmail.com"
              target="_blank">shank15217@gmail.com</a>></span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Have you looked into openvswitch? It may have
              the features you need.</div>
            <div class="gmail_extra"><br>
              <br>
              <div class="gmail_quote">
                <div>
                  <div class="h5">On Fri, May 30, 2014 at 3:52 PM, Susan
                    Curtis <span dir="ltr"><<a
                        moz-do-not-send="true"
                        href="mailto:susan@virtovo.com" target="_blank">susan@virtovo.com</a>></span>
                    wrote:<br>
                  </div>
                </div>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <div>
                    <div class="h5">
                      <div>
                        <div dir="ltr">First time posting here, so
                          apologies if I have missed any conventions
                          information required.  
                          <div><br>
                          </div>
                          <div>I've managed to deploy a multi node setup
                            with OpenNebula and am evaluating it against
                            some other cloud platforms.  It's been a
                            real breeze to setup and I really like the
                            ease of use within Sunstone.  I've looked
                            through the documentation and past messages
                            on this list and cannot find any up to date
                            info on the subject (there was a patch
                            mentioned a while back for an earlier
                            version).</div>
                          <div><br>
                          </div>
                          <div>Is there any way to set bandwidth limits
                            per instances?  Or at very least rate limit
                            the NIC?  If we deployed OpenNebula we'd
                            need some way to limit bandwidth for
                            instances.</div>
                          <div><br>
                          </div>
                          <div>
                            Regards</div>
                          <span><font color="#888888">
                              <div><br>
                              </div>
                              <div>Susan</div>
                            </font></span></div>
                      </div>
                      <br>
                    </div>
                  </div>
                  _______________________________________________<br>
                  Users mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:Users@lists.opennebula.org"
                    target="_blank">Users@lists.opennebula.org</a><br>
                  <a moz-do-not-send="true"
                    href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org"
                    target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
                  <br>
                </blockquote>
              </div>
              <br>
            </div>
            <br>
            _______________________________________________<br>
            Users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org"
              target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br clear="all">
      <div><br>
      </div>
      -- <br>
      <div dir="ltr">
        <div>Jaime Melis<br>
          Project Engineer<br>
          OpenNebula - Flexible Enterprise Cloud Made Simple<br>
          <a moz-do-not-send="true" href="http://www.OpenNebula.org"
            target="_blank">www.OpenNebula.org</a> | <a
            moz-do-not-send="true" href="mailto:jmelis@opennebula.org"
            target="_blank">jmelis@opennebula.org</a></div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>