Displaying 4 results from an estimated 4 matches for "360kbit".
Did you mean:
160kbit
2005 May 10
1
Help with PRIO qdisc and filters
...low priority. My upstream rate is 960kbits. Traffic (any
priority) can vary in bandwidth from 0 to 960kbits. I have a test setup
where I can pump 600kbit of high priority sustained and I have 400kbit of
low priority traffic sustained. I expect after the 600kbit high-priority
traffic, the remaining 360kbit should be allocated to the medium and low
priority. Since I do not have medium-priority everything should go to
low-priority traffic. However, I do not see that behavior with the following
tc script I have
----------- Begin Script -------------
# delete any existing qdiscs
tc qdisc del dev ppp0 r...
2005 Nov 24
0
htb thingy
...bit | sfq:
# +------------------------------+
# / \
# | |
# +-----------------------------------+ +-------------------------+
# | class 1:1-minim 160kbit | | class 1:2 minim 360kbit |
# +-----------------------------------+ +-------------------------+
# | | | | | |
# +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
# |1:102| | ... | |1:130| |1:204| | ... | |1:228|
# +-...
2007 Aug 30
17
Question about how TC enforces bandwidth limiting
Hello,
I run one of my PCs as my personal router, with iptables+tc to control
traffic and be my firewall.
In TC, I use a combination of htb, qdisc and sfq (as well as prio) to
classify bandwidth. In my current setup, I have 10 classifications of my
bandwidth. (Even I admit this is probably more than I need, but at this
point I''m still learning, so I''ll just leave them be.)
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
Dear list,
I have the problem that child classes don''t seem to issue the parent
class to borrow from their parent.
This is a simplified version of my script:
tc qdisc del dev $DEV root
tc qdisc add dev $DEV root handle 1: htb default 10
tc class add dev $DEV parent 1: classid 1:1 htb rate 10mbit
tc class add dev $DEV parent 1:1 classid 1:10 htb rate 1kbit ceil
512kbit
#groups
tc