search for: 333kbit

Displaying 2 results from an estimated 2 matches for "333kbit".

2004 Oct 28
12
HTB: Problem with excess bandwidth distribution
...c del dev imq0 root # add root qdisc (htb) tc qdisc add dev imq0 root handle 1: htb default 40 # add root class (needed for bandwidth borrowing) tc class add dev imq0 parent 1: classid 1:1 htb rate 1mbit ceil 1mbit # set classes for users tc class add dev imq0 parent 1:1 classid 1:10 htb rate 333kbit ceil 1mbit \ burst 15k tc class add dev imq0 parent 1:1 classid 1:20 htb rate 333kbit ceil 1mbit \ burst 15k tc class add dev imq0 parent 1:1 classid 1:30 htb rate 333kbit ceil 1mbit \ burst 15k tc class add dev imq0 parent 1:1 classid 1:40 htb rate 5kbps # set filters t...
2005 May 26
14
htb: HowTo identify squid cache hits
...ing... and (to my surprise) I got it going without much troubles. The setup I have chosen first divides the load over two classes: - one for Internet rate 2mbit and a 2mbit ceil - a second for our DMZ rate 98mbit and a 100mbit ceil Next I sub-classed the Internet bucket into 6 classes each with a 333kbit rate and a 2mbit ceil. This has had the effect that my DMZ can be accessed at full speed while they fairly share the Internet uplink. And the way it looks now it works :D Hail to all those people who wrote those fine docs _o_ This is enough reason to address this list... just to say "Thank...