search for: 25kbit

Displaying 13 results from an estimated 13 matches for "25kbit".

Did you mean: 256kbit
2004 Oct 21
2
how to read the stats
...0b level 0 Sent 10136008 bytes 69886 pkts (dropped 0, overlimits 0 requeues 0) rate 302bit 1pps lended: 68718 borrowed: 1168 giants: 0 tokens: -149248 ctokens: -73584 >>>> this is the low bandwidth class (bittorrent etc) class htb 1:30 parent 1:1 leaf 30: prio 3 quantum 8 rate 25Kbit ceil 51Kbit burst 63b/8 mpu 0b overhead 0b cburst 47b/8 mpu 0b overhead 0b level 0 Sent 495316458 bytes 541852 pkts (dropped 9303, overlimits 0 requeues 0) >>> THIS is the line I have problems understanding >>> I read it as 6190bit/sec which seems to be way lower than the 25Kbi...
2006 Mar 30
3
Difficulty in configuring QOS
...kbit 256kbit eth1 256kbit 256kbit eth2 256kbit 256kbit #/etc/shorewall/tcclasses #INTERFACE MARK RATE CEIL PRIORITY OPTIONS eth1 1 256Kbit 50Kbit 1 default eth2 2 256Kbit 25Kbit 1 default eth0 3 256kbit 50Kbit 1 default eth0 4 256kbit 25kbit 1 eth0 5 512kbit 256kbit 1 #/etc/shorewall/tcrules #MARK SOURCE DEST PROTO PORT(S) CLIENT USER TEST #...
2004 Dec 21
18
Weighted packet shaping?
Hi all, Im new to all this, and am still trying to get my head qround some of the concepts of how this all works. Ive read the howto''s, man pages etc. Ive setup packet shaping on my router/server box using HTB and SFQ, but its not working the way i would like. Im after shaping that has "weights" for classes so that a lower priority class will slow down when a higher class
2004 Aug 06
0
CBQ + 802.1Q VLAN
...cell 8 maxburst 20 avpkt 1000 bounded tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 100Mbit rate 384Kbit weight 38Kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 bounded # leaf class 1 & 2 tc class add dev eth0 parent 1:1 classid 1:10 cbq bandwidth 100Mbit rate 256Kbit weight 25Kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 tc class add dev eth0 parent 1:1 classid 1:20 cbq bandwidth 100Mbit rate 256Kbit weight 25Kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 tc class add dev eth1 parent 1:1 classid 1:10 cbq bandwidth 100Mbit rate 256Kbit weight 25Kbit prio 8 allot...
2004 Jan 11
1
HTB rates aren''t enforced correctly
...he rates to work as I want them to. I have eight classes, which I set up as follows: tc qdisc add dev eth1 root handle 1: htb default 122 tc class add dev eth1 parent 1: classid 1:1 htb rate 1000kbit ceil 1000kbit cburst 1500 burst 50kb tc class add dev eth1 parent 1:1 classid 1:11 htb prio 0 rate 25kbit ceil 50kbit burst 10kbit tc class add dev eth1 parent 1:1 classid 1:12 htb prio 1 rate 400kbit ceil 1000kbit burst 10kb tc class add dev eth1 parent 1:1 classid 1:13 htb prio 1 rate 150kbit ceil 1000kbit burst 50kb tc class add dev eth1 parent 1:1 classid 1:14 htb prio 1 rate 400kbit ceil 1000kbit...
2003 Dec 03
2
Upload restriction problem
...t 1:1 classid 1:10 htb rate 10kbit ceil 15kbit quantum 1514 tc qdisc add dev eth0 parent 1:10 handle 10 pfifo limit 2 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 10.2.5.15 flowid 1:10 ### Real ip address tc class add dev eth0 parent 1:1 classid 1:11 htb rate 20kbit ceil 25kbit quantum 1514 tc qdisc add dev eth0 parent 1:11 handle 11 pfifo limit 2 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src x.x.x.x flowid 1:11 ----------------------------------------------------------------------------------------------------------------------- This scipt can re...
2004 Jul 28
0
CBQ Problem
...eth1 root handle 1:0 cbq bandwidth 100Mbit avpkt 1000 cell 8 tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 100Mbit rate 384Kbit weight 38Kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 bounded tc class add dev eth1 parent 1:1 classid 1:10 cbq bandwidth 100Mbit rate 256Kbit weight 25Kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 tc class add dev eth1 parent 1:1 classid 1:20 cbq bandwidth 100Mbit rate 256Kbit weight 25Kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 tc qdisc add dev eth1 parent 1:10 handle 100: sfq tc qdisc add dev eth1 parent 1:20 handle 200: sfq tc fil...
2013 Jan 09
3
PESQ calculated MoS-Values for Speex
...pesq) mode 4: Mos Values from *2.045* to *3.355* (parameter +16000 in pesq) I tried to get better values, at least in mode4, for like 2 hours, but I did not get something that corresponds to this: http://speex.org/comparison/nb_codecs_small.png (Speex.org Website). The fact, that a bitrate of like 25kbit/s results in a score of nearly 4,5 is confusing me like hell. (compared to my results) First thing I tried was just "speexenc origfile.wav destfile.spx", but the result did not satisfy me. The used wavefiles are created in Cubase5.1, 16bit and 16kHz. Im using 1.2rc1, compiled with cygwi...
2003 Sep 03
0
filtering on destination MAC address
...at, i apply the following tc qdisc add dev br2 root handle 3: htb default 11 tc class add dev br2 parent 3: classid 3:1 htb rate 10mbit tc class add dev br2 parent 3:1 classid 3:10 htb rate 9990kbit ceil 10mbit tc class add dev br2 parent 3:1 classid 3:11 htb rate 10kbit ceil 25kbit tc qdisc add dev br2 parent 3:10 handle 30: sfq tc qdisc add dev br2 parent 3:11 handle 31: sfq tc filter add dev br2 protocol ip parent 3: handle 5 fw classid 3:10 ebtables -t nat -A POSTROUTING -o eth2 -p IPV4 -d 00:30:65:17:71:8f -j mark --set-mark 5 please note that the eb...
2004 Jan 26
1
HTB/SFQ dequeueing in pairs
...te $[$DWIFLIMIT/2]kbit \ ceil ${DWIFLIMIT}kbit burst 0b cburst 0b mtu 1478 quantum 1478 prio 1 $TC qdisc add dev $DWIF parent 1:21 handle 21: esfq perturb 0 hash classic limit 10 This is part of tc -s -d class show dev imq1 class htb 1:21 parent 1:2 leaf 21: prio 1 quantum 1478 rate 25Kbit ceil 51Kbit burst 1507b/8 mpu 0b cburst 1540b/8 mpu 0b level 0 Is there anything obvious here that would cause the packets to dequeue in pairs. TIA Andy. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc H...
2013 Jan 09
0
PESQ calculated MoS-Values for Speex
...in pesq) mode 4: Mos Values from 2.045 to 3.355 (parameter +16000 in pesq) I tried to get better values, at least in mode4, for like 2 hours, but I did not get something that corresponds to this: http://speex.org/comparison/nb_codecs_small.png (Speex.org Website). The fact, that a bitrate of like 25kbit/s results in a score of nearly 4,5 is confusing me like hell. (compared to my results) First thing I tried was just "speexenc origfile.wav destfile.spx", but the result did not satisfy me. The used wavefiles are created in Cubase5.1, 16bit and 16kHz. Im using 1.2rc1, compiled with cygwi...
2000 Nov 18
9
priority bands don't reduce interactive latency?
I run a small Linux webserver and NAT router from my cable modem at home. Whenever someone starts an http download, all other traffic from my LAN is starved. Bandwidth is not really an issue, but latency is particularly horrible -- pings that usually come back in 20ms can take up to 600ms while the web server is active! I set up QoS (netfilter+iproute2) on the NAT machine in an attempt to give
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler. * name changed from delay to netem since it does more than just delay * Catalin''s merged code to do packet reordering * uses a socket queue''s directly rather than layering on qdisc(fifo) because this is used in performance tests. * adds placeholder in API for future enhancements (rate and duplicate).