search for: sfq

Displaying 20 results from an estimated 629 matches for "sfq".

Did you mean: seq
2007 Aug 16
2
How to see the sfq hash table ?
I''m grappling with a problem that looks like sfq is not working (packets don''t get fairly queued, they appear to be always sent FIFO). My configuration appears to be correct. The machine is running quite an old kernel and if I could convince myself that the sfq code it has is just broken, I''d spend the time to upgrade it. Is the...
2004 Jan 19
3
Shaping inbound ok, outbound wrong
...handle 1 htb default 10 r2q 5 tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 1 htb default 10 r2q 5 tc class add dev eth0 parent 1: classid 1:2 htb rate 3Mbit tc class add dev eth0 parent 1:2 classid 1:100 htb rate 128Kbit ceil 128Kbit tc qdisc add dev eth0 parent 1:100 handle 100 sfq perturb 10 tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst 200.43.134.15 classid 1:100 tc class add dev eth0 parent 1:2 classid 1:101 htb rate 128Kbit ceil 128Kbit tc qdisc add dev eth0 parent 1:101 handle 101 sfq perturb 10 tc filter add dev eth0 parent 1:0 protocol ip pri...
2007 Jun 24
5
ESFQ: request for user input
Hello, I haven''t been keeping up with sending ESFQ [ANNOUNCE] messages to this list, but I''ve still been working on the patch. If you''re curious about recent changes, take a look at the home page, ChangeLog, and README: http://fatooh.org/esfq-2.6/ http://fatooh.org/esfq-2.6/current/ChangeLog http://fatooh.org/esfq-2.6/current/REA...
2004 Nov 01
1
Big problem :(((((
...quantum 1500 # Metropolitan tc class add dev eth0 parent 1: classid 1:3 htb rate 80Mbit burst 15k quantum 1500 # Provider tc class add dev eth0 parent 1:1 classid 1:100 htb rate 64kbit ceil 256kbit burst 15k tc qdisc add dev eth0 parent 1:100 handle 100: sfq perturb 5 quantum 1500 tc class add dev eth0 parent 1:100 classid 1:1001 htb rate 4kbit ceil 64kbit prio 5 quantum 1500 burst 15k tc qdisc add dev eth0 parent 1:1001 handle 1001: sfq perturb 5 quantum 1500 tc class add dev eth0 parent 1:100 classid 1:1002 htb rate 4kbit ceil 64kbit pr...
2006 Jul 19
2
PRIO and CBQ
...t : tc qdisc add dev $DEV root handle 1: prio band 2 tc class add dev $DEV parent 1: classid 1:2 cbq … tc class add dev $DEV parent 1:2 classid 1:3 cbq … tc class add dev $DEV parent 1:2 classid 1:4 cbq … tc qdisc add dev $DEV parent 1:1 handle 10: pfifo tc qdisc add dev $DEV parent 1:3 handle 30 sfq tc qdisc add dev $DEV parent 1:4 handle 40 sfq 1:(prio) / \ / \ 1:1 1:2 | / \ | / \ 10: 1:3 1:4 (pfifo) | | | |...
2003 Oct 18
1
MORE ON : [htb] strange problems !?
hello again, I got some just preliminary results .... hope someone can explain them to me... As I already told I have the following config : egress { class (30kbps) {sfq}; class (50kbps) {sfq}; class (80kbps) {sfq}; class (30kbps) {sfq}; class (50kbps) {sfq}; ...hundreds like this... class (10kbps,default) {sfq}; } What I got is traffic starvation very often for a period of ~30 sec.. as proposed I''ve done : egress { ...hundreds classes... class...
2007 Feb 09
4
need help with tc filters
...Debian etch box for comparison, I see the same behavior. I''m hoping someone can point out what I''m doing wrong with the filters... FYI: "vlan1" is the outbound interface of my wrt54g. Script follows: IF=vlan1 insmod cls_u32 insmod sch_htb insmod sch_prio insmod sch_sfq # # qdisc/class tree # 1: root (HTB) qdisc # | # 1:10 class rate 384000bit # | # 10: prio qdisc # / | \ # 10:1 | 10:3 # | 10:2 | # 101: | | sfq # 102: | sfq # 103: sfq tc qdisc de...
2005 Mar 14
1
htb.init issues
Hi! Here''s what I want: root class 0010 premium parent class 1000 premium child classes 1xyz best-effort parent class 2000 best-effort child classes 2xyz default class 3000 Here''s how I do it: eth1: DEFAULT=3000 eth1-0010.root: RATE=100Mbit LEAF=sfq eth1-0010:1000.premium CEIL=352Kbit RATE=352Kbit PRIO=2 LEAF=sfq eth1-0010:1000:1xyx.child1 CEIL=32Kbit RATE=8Kbit PRIO=3 LEAF=sfq RULE=<public ip>, eth1-0010:2000.best-effort CEIL=500Kbit RATE=500Kbit PRIO=3 LEAF=sfq eth1-0010:2000:2xyz.child1 CEIL=16Kbit RATE=8Kbit PRIO=2 LEAF=sfq RULE=...
2007 May 16
5
statistics and calc bandwidth traffic using tc -s qdisc show
2007 Oct 29
6
Fair que between 255 users
Hello guys I have a subnet with 255 users, which need to share 1 single slow internet connection, so i would like to implement a kind of *fair queuing *on the UPLOAD between them, which means that they all share the connection equally.. The tools that i have available is: A linux box with IPROUTE2,HTB and TC.. I have looked at some examples, and my first idea was to make 255 entries in
2006 Feb 06
5
lme4: Error in getResponseFormula(form) : "Form" must be a two sided formula
I'm sure I'm being stupid so flame away... R2.2.1 on Windoze (boohoo) latest updates of packages. I'm exploring a dataset (land) with three variables looking at an narrowly unbalanced two group (GROUP) ANCOVA of a randomised controlled trial analysing endpoint score (SFQ.LOCF.ENDPOINT) entering the baseline score (SFQ.BASELINE) as covariate and the following work fine: > res.same <- lm(SFQ.LOCF.ENDPOINT ~ SFQ.BASELINE + GROUP,land) > res.diff <- lm(SFQ.LOCF.ENDPOINT ~ SFQ.BASELINE + GROUP + SFQ.BASELINE*GROUP,land) > anova(res.same,res.diff) I try:...
2002 Apr 25
6
SFQ for all classes
Can I use the same SFQ queue dicipline for all the classe in a CBQ or HBT system?
2006 Jun 01
6
For leaf classes is best PFIFO or SFQ?
...24 handle 240: pfifo lmit 10 # tc class add dev eth0 parent 1:31 handle 310: pfifo lmit 10 # tc class add dev eth0 parent 1:32 handle 320: pfifo lmit 10 # tc class add dev eth0 parent 1:33 handle 330: pfifo lmit 10 # tc class add dev eth0 parent 1:34 handle 340: pfifo lmit 10 But is not better use SFQ, like this? # tc class add dev eth0 parent 1:21 handle 210: sfq preturb 10 # tc class add dev eth0 parent 1:22 handle 220: sfq preturb 10 # tc class add dev eth0 parent 1:23 handle 230: sfq preturb 10 . . . What''s the real difference? Best Regards -- Stefano Mainardi Presidente Associ...
2004 Jul 20
3
Fw: HTB - Really Big problem
...print $1 }'' /skrytpy/ip1); do echo -n "$ip " #rx tc class add dev eth1 parent 1:1 classid 1:$ip htb rate $rxmin$kbit ceil $rxmaxluser$kbit tc filter add dev eth1 protocol ip parent 1:0 u32 match ip dst 192.168.$siec.$ip flowid 1:$ip tc qdisc add dev eth1 parent 1:$ip handle $ip:0 sfq perturb 10 #tx #marking packets iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.$siec.$ip -j MARK --set-mark $ip #tc tc class add dev eth0 parent 2:1 classid 2:$ip htb rate $txmin$kbit ceil $txmaxluser$kbit #filtering by mark tc filter add dev eth0 protocol ip preference 1 parent 2:0 handle $...
2004 Aug 18
0
HTB prio question
Hi all. I have a bridge running Linux 2.4.24 that I use as a bandwidth manager on a broadband wireless network. I''m using HTB and SFQ to prioritize that share bandwidth on a per-cell basis. My IP tables rules divide the traffic based on IPand traffic type (using layer-7 filter and ipp2p). My goal is to make sure that p2p traffic on the network doesn''t sink all of the bandwidth and affect the performance of high-priorit...
2002 Jul 10
7
Anything out there that is similar to Cisco''s WFQ?
> From: "CIT/Paul" <xerox@foonet.net> > Any help would be greatly appreciated :) This is much better than SFQ :> Sounds like SFQ to me. Can you tell us what the differences are?
2004 May 19
2
SFQ latency
Anyone notices that using sfq qdisc adds latency compared to pfifo? With "sfq perturb 10" ping latency is around 100-120ms, while with "pfifo limit 3" drops to ~10-30ms (qdiscs belong to htb class). I''m missing something or is this expected? { $TC_CLASS parent 1:1 classid 1:20 htb prio 0 rate 90...
2002 May 04
0
SFQ queue lengths - generalization
> > SFQ is very useful as a leaf qdisc. But by default, its internal queue > > length is 128 which is too much for small classes or even for > > not-so-fast links. Changing SFQ_DEPTH in net/sched/ sch_sfq.c to about > > 10-20 results in flows responding much faster to bandwidth changes...
2006 Sep 06
0
Can i attach another qdisc (htb) under HFSC classfull ?
...id 1:10 hfsc rt umax 1500b dmax 30ms rate 200kbit $TC class add dev $dev parent 1:1 classid 1:20 hfsc rt umax 1500b dmax 1ms rate 5mbit $TC class add dev $dev parent 1:1 classid 1:40 hfsc sc rate ${RATE15}mbit ul rate ${RATE}mbit $TC qdisc add dev $dev parent 1:10 handle 10 sfq perturb 10 $TC qdisc add dev $dev parent 1:20 handle 20 sfq perturb 10 $TC qdisc add dev $dev parent 1:30 handle 30:0 htb default 302 $TC class add dev $dev parent 30:0 classid 30:1 htb rate ${RATE}mbit burst 15k quantum 60000 $TC class add dev $dev parent 30:1 cl...
2004 Nov 09
23
SEPARATING VOIP AND SURFING
...some user are browsing weight pages, or when 2 or more users are downloading at the same time, I cannot get VOIP to work properly, because quality becomes very poor. I have made all kind of imaginable test, probes and combinations, trying to test with different burst values for classes, attaching sfq qdiscs to all leaf classes, then only to surfing classes, then only to VOIP classes, and even, gaming with R2Q/Quantums, that would not be necessary, because 64Kbit is very more than enough. So please, does anyone have any idea how to completely separate VOIP and SURFING, making 2 independent chan...