PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : wie heisst denn qos unter *bsd? eclipse?



linuxhanz
02.04.03, 11:02
oder irre ich mich da?

"Eclipse are extensions to the FreeBSD kernel that provide flexible and
fine-grained Quality of Service (QoS) support for applications"

Und kennt jemand dazu ein gutes HOWTO?

thaddäus
02.04.03, 13:00
Hm, hab mir gerade mal
http://www.bell-labs.com/project/eclipse/release/
Das Projekt macht mir irgendwie den Eindruck, als ob es tot ist.
Das ganze basiert noch auf FreeBSD 3.4-RELEASE, das ist schon ein paar Tage her.
Naja, und auch sonst finden sich da nicht gerade unglaublich viele Informationen zu...

Gruß

linuxhanz
02.04.03, 13:15
ich denke qos geht einfach mit ipfw.

Von Linux her kenne ich auch noch tc? Aber ich fands höllisch kompliziert.




----- Original Message -----
From: "Victor Tayer" <Victor.Tayer@morganstanley.com>
To: <ipfw@FreeBSD.ORG>
Sent: Tuesday, March 05, 2002 8:32 AM
Subject: bandwidth limit using ipfw


> how do i configure ipfw so that packets destined for my http (80) port
> or whatever ports that i like will be limited only to say 2kbps...?


At your kernel:
options DUMMYNET

At /etc/rc.firewall:
fwcmd="/sbin/ipfw"
${fwcmd} add pipe 1 tcp from any to any 80 in
${fwcmd} pipe 1 config bw 2Kbytes/s






>
> any inputs will be greatly appreciated.
>
> jett tayer
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ipfw" in the body of the message
>

thaddäus
02.04.03, 14:18
Original geschrieben von linuxhanz
ich denke qos geht einfach mit ipfw.

Von Linux her kenne ich auch noch tc? Aber ich fands höllisch kompliziert.
Das stimmt wohl, dummynet ist recht einfach zu benutzen.
Dieses Eclipse ist aber soweit ich dass erkennen kann, Application-Level QoS - also abhängig von der CPU-Last, Arbeitsspeicherverbrauch usw...

Gruß