diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html index 32c9ef7a..8cd84f1d 100644 --- a/static/articles/server-traffic-shaping.html +++ b/static/articles/server-traffic-shaping.html @@ -164,13 +164,20 @@
tc qdisc replace dev eth0 root cake bandwidth 1995mbit besteffort+
On a server, setting it to use 100% of the provisioned bandwidth may work fine + in practice. Unlike a local network connected to a consumer ISP, you shouldn't + need to sacrifice anywhere close to the typically recommended 5-10% of your + bandwidth for traffic shaping.
+This also sets besteffort
for the common case where the server
- doesn't have Quality of Service markings via Diffserv. If you actually have
- traffic marked as bulk, video or voice to differentiate it consider changing that.
- On a server, setting it to use 100% of the provisioned bandwidth may work fine in
- practice. Unlike a local network connected to a consumer ISP, you shouldn't need
- to sacrifice anywhere close to the typically recommended 5-10% of your bandwidth
- for traffic shaping.
You can use the tc -s qdisc
command to monitor CAKE: