similar to: Linux QoS to support LLQ and WFQ

Displaying 20 results from an estimated 400 matches similar to: "Linux QoS to support LLQ and WFQ"

2005 Jun 24
0
wfq scripts needed help
hai all i need to implement CBWFQ in linux As i wrote script in edge as: which mark the EF traffic ____________________________________________________________________-__ #!/bin/sh DEV=eth0 tc qdisc add dev $DEV handle 1: root dsmark indices 8 tc class change dev $DEV classid 1:1 dsmark mask 0x3 value 0xb8 # making two filters tc filter add dev $DEV parent 1:0 prio 4 protocol ip u32 tc
2004 Aug 03
0
QOS inquiry:WFQ?HTB?DRR?
Hi, I used HTB3.6 on Linux to control traffic.It seems that HTB uses DRR(Dificit Round-Robin) algorithm.I heard that it is difficult for DRR to get a delay bounded and WFQ is better than DRR.Is that right?So,how to implement WFQ in Linux? Thanks a lot! Best Regards swcims swcims@163.com 2004-08-03 _______________________________________________ LARTC mailing list
2006 Apr 02
3
tc patched doesn''t work with WFQ
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I was searching for few days in this mailing list but I didn''t find how to solve my tc problem. Feel free to ask me more details if you think there are relevant. I''m using a Gentoo 2.4.32-gentoo-r2 and I''m trying to test a *weighted fair queuing* (WFQ) implementation. See http://home.sch.bme.hu/~tusi/wfq/ I patched
2005 May 26
1
wfq implementation in linux
Hi all As part of may project i wants to implement the WFQ in linux, at present upto my knowledge there is no such implementation in linux. The only mannual i got from "Csaba Toth", He explained the tc command so i hope that is in linux also. DID any one know about it, Please infome me about it also, Thanks for all regards ********* *Sunil* *********
2005 Jun 02
1
WFQ-implementation in Linux
I would like to implement WFQ queuing discipline in Linux as a part of our deploma project. How to assign weight to each flow using ''tc'' commands.Then which will be the main queue. Thanks and Regards sheba
2005 Nov 22
0
WFQ substitue
Hi, I wanted to implemente WFQ, but it is not implemented on tc. Is there any way of making something like WFQ with which is implemented on tc?? What I exactly want to do, is to select flows by IP and port destination, and priorize them, but I don''t need (and don''t really want) to fix any rate... Has anyone got any clue??? Thank you Bye
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?
2005 Apr 06
2
WFQ in Linux
How can we have WFQ implemented in Linux.....any pointers. Also do we need a patch in Kernel to implement these. Regards Arshad
2005 Jan 04
4
Scheduler Mechnisms!
Hello, Normally, in addition to such qdisc scheduler mechanisms as FIFO, PQ, WRR, WFQ, are there any more? Then, there is a confusion on scheduler in Linux enviroment: Assume there is a qdisc, such as RED as a leaf qdisc in a router, we know, if there is packet which want to enqueue the packet, the Function red_enqueue is called, but when the packet leave the queue(when the Function red_dequeue
2005 May 30
2
wrr in 2.6.x
Guys Given the replies and interests lately on the WRR scheduler, and the shameless promotion of Route Hat (only kidding), my question is simple. Is there an alternative for the 2.6.x kernels? >From what I gather WRR is only available for the 2.4 kernels... Regards -- Kenneth Kalmer kenneth.kalmer@gmail.com http://opensourcery.blogspot.com
2006 May 10
0
tc patched doesn''t work with WFQ TOO
I''ve the same problem of Julien Bisconti. Can someone help me ? I try to compile iproute2 for my target ppc 8260. Thank you !
2005 Feb 03
0
Kernel panic when using wrr qd
For some time now im trying to get to know what causes such configuration of QOS (kernel 2.4.25-2.4.28 + IMQ patch and ofcourse wrr): -- WRR_MAX_CLASSES=200 DEV_IN=imq0 ifconfig $DEV_IN down ifconfig $DEV_IN up tc qdisc add dev ${DEV_IN} handle 1:0 root htb default 10 tc class add dev ${DEV_IN} parent 1:0 classid 1:10 htb rate 1000kbit burst 1kbit prio 1 tc qdisc add dev ${DEV_IN} parent 1:10
2005 Oct 17
1
WRR and Monitoring/Graphing usage
Hi All, I''ve just installed WRR and am looking at tools to monitor, graph and display the system and throughput of each queue/class/filter. I''ve looked at: iptraf - only shows tcp/udp flows, not QOS queue throughputs show.pl - doesnt work with WRR (as far as I can tell) tc-graph.pl - doesnt work with WRR (as far as I can tell) polltc_ - doesnt work with WRR (as far as I can
2005 Jun 17
0
CBWFQ implementation in linux
Did any one know the CBWFQ implimentation in Linux Box.. Please comment on this those who knows ********* *Sunil* ********* _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2004 Jan 19
0
problem with wrr+prio
I have set up wrr successfully on my bridge/shaper machine. That much works fine. I originally used sfq in the inner classes. However, there was a problem with high-bandwidth connections (web downloads, bittorrent) starving low-bandwidth low-latency connections like ssh. I would like to use prio or similar to prioritize the interactive traffic, but it does not seem to work. I have tested with
2009 Nov 10
3
creating multiple plots using a splitting factor
Hello, I am new to R. I often collect data at multiple sites and need to create separate graphs (such as scatterplots or histograms) of specific variables for each site. I have tried to do this by splitting the data frame and then using lapply, but it seems that the graphing commands cannot be called as functions. Here is a sample of my data, called "seeddist2": site
2004 Apr 05
0
prio and pfifo_fast not working the same?
I have a machine running 2.4.25 w/ wrr, ebtables-brnf, iptables CLASSIFY and esfq patches (not using esfq, though). I have wrr set up, and within each class I want to prioritize ssh, web, etc..., but right now I am testing with pings. I have the following in my POSTROUTING mangle table: CLASSIFY icmp -- anywhere anywhere CLASSIFY set 0:6 I find that if I attach a prio
2005 Oct 15
5
esfq ? or wrr ?
Hi If I have a HTB class with 128kbit, and I want to put "N" users in that class ( in order to share bandwidth fairly ) , which is better for me ? esfq (hash dst) or wrr ? I would attach esfq or wrr to HTB parent class. Also I''ve readed on Jim script that over WRR put a RED qdisc, but I don''t understand it. bests andres
2006 Jan 20
5
multiple wrr as child of htb
Hi all, Here''s the situation. I have 80 users sharing a internet link of 5Mb link. The users are grouped in /29 ip addr classes so I have 10 classes of users I want to create a root htb, then 10 htb childs each with 0.5Mb bandwidth. The traffic will be directed to each class using tc filters. Now, I want that each of 8 users from each class to share equally the class bandwidth. Can I
2005 Jul 04
0
ingress/imq shaping setup
hi list, i''m about to setup traffic shaping on a server and got some small questions about the setup. i read alot of docs/howto''s but there are still some questions i''d like to ask. setup on the box is: - external if is ppp0 (dsl) - internal if in eth0 (with ~15 nat''ed boxes) - openvpn at tun1 since all ppl on the lan feel like they have to use p2p i decided