mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Add Xen warning to the traffic shaping doc
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5900 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4b1e5f1083
commit
1da8adc130
@ -1007,6 +1007,40 @@ ppp0 4 90kbit 200kbit 3 default</pro
|
|||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>A Warning to Xen Users</title>
|
||||||
|
|
||||||
|
<para>If you are running traffic shaping in your dom0 and traffic shaping
|
||||||
|
doesn't seem to be limiting outgoing traffic properly, it may be due to
|
||||||
|
"checksum offloading" in your domU(s). Check the output of "shorewall show
|
||||||
|
tc". Here's an excerpt from the output of that command:</para>
|
||||||
|
|
||||||
|
<programlisting>class htb 1:130 parent 1:1 leaf 130: prio 3 quantum 1500 rate 76000bit <emphasis
|
||||||
|
role="bold">ceil 230000bit</emphasis> burst 1537b/8 mpu 0b overhead 0b cburst 1614b/8 mpu 0b overhead 0b level 0
|
||||||
|
Sent 559018700 bytes 75324 pkt (dropped 0, overlimits 0 requeues 0)
|
||||||
|
<emphasis role="bold">rate 299288bit</emphasis> 3pps backlog 0b 0p requeues 0
|
||||||
|
lended: 53963 borrowed: 21361 <emphasis role="bold">giants: 90174</emphasis>
|
||||||
|
tokens: -26688 ctokens: -14783</programlisting>
|
||||||
|
|
||||||
|
<para>There are two obvious problems in the above output:</para>
|
||||||
|
|
||||||
|
<orderedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>The rate (299288) is considerably larger than the ceiling
|
||||||
|
(230000).</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>There are a large number (90174) of giants reported.</para>
|
||||||
|
</listitem>
|
||||||
|
</orderedlist>
|
||||||
|
|
||||||
|
<para>This problem will be corrected by disabling "checksum offloading" in
|
||||||
|
your domU(s) using the <command>ethtool</command> utility. See the <ulink
|
||||||
|
url="XenMyWay-Routed.html">one of the Xen articles</ulink> for
|
||||||
|
instructions.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title id="tcstart">Using your own tc script</title>
|
<title id="tcstart">Using your own tc script</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user