Displaying 20 results from an estimated 42 matches for "1500b".
Did you mean:
1500
2007 May 19
1
Re: LARTC Digest, Vol 27, Issue 26
...tc -s qdisc show":
***********************************************************
qdisc htb 1: r2q 10 default 40 direct_packets_stat 0
Sent 935816543 bytes 791394 pkt (dropped 0, overlimits 117076 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
qdisc sfq 10: parent 1:10 limit 128p quantum 1500b perturb 10sec
Sent 2385144 bytes 21890 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
qdisc sfq 20: parent 1:20 limit 128p quantum 1500b perturb 10sec
Sent 614622187 bytes 536309 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0...
2005 Jul 08
5
HTB Rate and Prio
Hi,
I wanted to implement some QOS on my Linux Box with HTB, but after some time
spend
on the configuration and tests, I still don''t manage to have some correct
results. Here are the details :
-ROOT 2000 kbits
-HIGHPRIO SUBCLASS 50 kbits prio 0
-SUBCLASS1 750 kbits prio 1
-SERVICE1 250 kbits prio 1
2006 Sep 01
1
HFSC help
...e tests with differents parameters but I''m not able to use
correctly this scheduler:
$TC qdisc add dev $dev root handle 1: hfsc default 40
$TC class add dev $dev parent 1: classid 1:1 hfsc sc rate 10mbit ul rate
10mbit
### VOIP
$TC class add dev $dev parent 1:1 classid 1:10 hfsc rt umax 1500b dmax 5ms
rate 200kbit ls umax 1500b dmax 60ms rate 200kbit ul rate 200kbits
### Video
$TC class add dev $dev parent 1:1 classid 1:20 hfsc rt umax 1500b dmax 10ms
rate 5mbit ls umax 1500b dmax 60ms rate 5Mbit ul rate 5Mbit
## Data
$TC class add dev $dev parent 1:1 classid 1:30 hfsc sc rate 1mbit ul...
2006 May 09
3
tc del class not working
When I start my script:
* - Creating classes on br1 for upload control ...
* - tc class add dev br1 parent 2:0 classid 2:46 hfsc ls m1
576.0Kbit d 2000ms m2 192.0Kbit ul m2 384Kbit ...
[ ok ]
* - tc class add dev br1 parent 2:46 classid 2:47 hfsc sc umax
1500b dmax 30ms rate 80Kbit . [ ok ]
* - tc class add dev br1 parent 2:46 classid 2:48 hfsc ls m2
152.0Kbit ul m2 152.0Kbit ... [ ok ]
* - tc class add dev br1 parent 2:46 classid 2:49 hfsc rt m2
76.00Kbit ls m2 152.0Kbit ul m2 304Kbit
...
[ ok ]
* - Creating classes on wivl4 for downlo...
2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this:
{ * DOWNLOAD *
I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps.
The rates between 384Kbps and 1.5Mbps should be shared among all users.
Each user should always be able to get at
2006 Jan 08
2
HTB - not borrowing, not exceeding rate
...htb rate 12000kbit ceil
13500kbit burst 100kbit
# class for in-network p2p connections - this one has lower guaranteed rate
tc class add dev eth2.24 parent 1:1 classid 1:6666 htb rate 3000kbit ceil
14000kbit burst 10kbit
tc qdisc add dev eth2.24 parent 1:6666 handle 6666: sfq perturb 5 quantum
1500b
# users (htb+sfq for each):
tc class add dev eth2.24 parent 1:6667 classid 1:2 htb rate 1kbit ceil 256kbit
quantum 2000 burst 100kbit
tc qdisc add dev eth2.24 parent 1:2 handle 2: sfq perturb 5 quantum 1500b
tc class add dev eth2.24 parent 1:6667 classid 1:3 htb rate 1kbit ceil 256kbit
quantum 2...
2005 Dec 04
3
Shaping per machine
I''m trying to shape each machine on an interface to 256k each, but I''m
getting stuck and only able to shape an entire interface to 256k. What
should I be doing differently here?
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100MBit ceil 100MBit
tc qdisc add dev eth0 parent 1:10 handle 110:
2005 Dec 14
2
HTB burst/cburst decremented by one
Hi all :)
If I set the burst/cburst parameter to, let''s say, 1500, the
command "tc -s -d class show dev eth0" says that the value is 1499b/8
instead of the (correct?) 1500b/8.
Is this right or am I doing anything wrong?
Many thanks in advance :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It''s my PC and I''ll cry if I want to...
2004 Oct 29
1
CBQ: sibling isolated-classes lend out bandwidth
...cell 8b (bounded,isolated) prio
no-transmit/8 weight 100Mbit allot 1514b
level 2 ewma 5 avpkt 1000b maxidle 1us
Sent 484 bytes 7 pkts (dropped 0, overlimits 0)
borrowed 0 overactions 0 avgidle 77 undertime 0
class cbq 1:1 parent 1: rate 768Kbit cell 8b (bounded,isolated) prio
no-transmit/8 allot 1500b
level 1 ewma 5 avpkt 1000b maxidle 3772us
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
borrowed 47589 overactions 0 avgidle 123622 undertime 0
class cbq 1:2 parent 1:1 leaf 20: rate 702Kbit cell 8b (isolated) prio
no-transmit/8 weight 8985bps allot 1500b
level 0 ewma 5 avpkt 1000b maxidle 4129u...
2004 Jan 23
2
htbinit and redhat-9.0
dear All,
I'm a new student and my job is too shapping bandwith for our campus faculty network.
I want to implement htb with Redhat-9.0 distro.
does this distro kernel support htb and tc good ? or i should apply some patch or upgrade kernel ?
regards
reza
2002 Apr 06
0
Clarification required for Prio in CBQ dequeing order
...protocol ip prio 4 u32 \
match ip sport 10240 0x200 flowid 1:30
Packets: Sent = 127, Received = 127, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 129ms, Maximum = 2405ms, Average = 475ms
[root@box root]# tc -s qdisc
qdisc sfq 30: dev ppp0 quantum 1500b perturb 10sec
Sent 6040688 bytes 4199 pkts (dropped 0, overlimits 0)
backlog 34p
qdisc sfq 20: dev ppp0 quantum 1500b perturb 10sec
Sent 75210 bytes 1167 pkts (dropped 0, overlimits 0)
qdisc sfq 10: dev ppp0 quantum 1500b perturb 10sec
Sent 317956 bytes 6133 pkts (dropped 0, overlimit...
2007 Sep 23
0
Giants on IMQ0
...d 1:30 htb rate
$[Bi*$DNLINK/100]kbit \
ceil $[96*$CEIL/100]kbit burst 10k cburst 10k quantum 1500 prio 3
**********
Received on imq0:
qdisc htb 1: r2q 10 default 30 direct_packets_stat 0
Sent 14075058106 bytes 39878630 pkts (dropped 1597, overlimits 1288386)
qdisc esfq 20: parent 1:20 quantum 1500b perturb 99sec hash: classic
Sent 11154070435 bytes 8184171 pkts (dropped 1555, overlimits 0)
qdisc esfq 30: parent 1:30 quantum 1500b perturb 20sec hash: classic
Sent 2213692505 bytes 29156106 pkts (dropped 42, overlimits 0)
class htb 1:1 root rate 4862Kbit ceil 4862Kbit burst 16Kb cburst 16Kb...
2006 Sep 06
0
Can i attach another qdisc (htb) under HFSC classfull ?
...disq under a HFSC classfull ?
I try it and the configuraton works :
$TC qdisc add dev $dev root handle 1: hfsc default 30
$TC class add dev $dev parent 1: classid 1:1 hfsc sc rate
${RATE}mbit ul rate ${RATE}mbit
$TC class add dev $dev parent 1:1 classid 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...
2002 Oct 15
1
Réf . : Re: trying to use wondershaper on a dedicated line (not adsl)
...ate 100Kbit cell 8b prio 1/1 weight
100Kbit allot 1600b
level 0 ewma 5 avpkt 1000b maxidle 23us
Sent 12274 bytes 203 pkts (dropped 0, overlimits 19)
borrowed 0 overactions 7 avgidle 624 undertime 0
class cbq 1:1 parent 1: rate 100Kbit cell 8b (bounded,isolated) prio 5/5
weight 100Kbit allot 1500b
level 1 ewma 5 avpkt 1000b maxidle 23us
Sent 38320 bytes 242 pkts (dropped 0, overlimits 0)
borrowed 1 overactions 0 avgidle 624 undertime 0
class cbq 1:20 parent 1:1 leaf 20: rate 90Kbit cell 8b prio 2/2 weight
90Kbit allot 1600b
level 0 ewma 5 avpkt 1000b maxidle 23us
Sent 26046 bytes 3...
2003 Apr 15
3
IMQ+HTB problem
...rget prot opt in out source
destination
Chain POSTROUTING (policy ACCEPT 121733 packets, 17224986 bytes)
pkts bytes target prot opt in out source
destination
and also out put of tc
[root@bridge root]# tc -s -d qdisc show
qdisc sfq 20: dev imq0 limit 128p quantum 1500b flows 128/1024
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
qdisc htb 10: dev imq0 r2q 10 default 1 direct_packets_stat 0 ver 3.6
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
qdisc htb 1: dev imq0 r2q 10 default 1 direct_packets_stat 0 ver 3.6
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
an...
2006 Jul 30
5
questions about HFSC, VoIP and (dynamic) ingress shaping
...To ensure a stable and low latency voip communication I added an HFSC qdisc to
device ppp0 (1 Mbit SDSL). There are two classes (by now): One for SIP and
RTP and one for the rest.
Question 1: I defined the voip qdisc as
tc class add dev ppp0 parent 1:1 classid 1:11 \
hfsc sc umax 1500b dmax 30ms rate 500kbit ul rate 900kbit
but "tc -s class show dev ppp0" shows
class hfsc 1:11 parent 1:1 sc m1 0bit d 6.0ms m2 500000bit \
ul m1 0bit d 0us m2 900000bit
Where does the "0bit d 6.0ms" come from, (what does the other stuff exactly
mean) and what would be...
2023 Apr 30
1
[RFC PATCH net 2/3] virtio-net: allow usage of vrings smaller than MAX_SKB_FRAGS + 2
...to
> > chain page size buffers and form a 64K buffer.
> > So we may need to allocate 64k of continuous memory, which may be too
> > much when the system is stressed.
> >
> > This patch also fixes the MTU size in small vring cases to be up to the
> > default one, 1500B.
>
> and then it should clear VIRTIO_NET_F_MTU?
>
Following [1], I was thinking to accept the feature and a let the device figure out that it can't transmit a big packet, since the RX buffers are not big enough (without VIRTIO_NET_F_MRG_RXBUF).
But, I think that we may need to block...
2005 Oct 16
2
Lost packets and strange "behaviour" of my TC rules
Hi all.
I''m going on my 3rd week trying to get a simple traffic shapping to work the right way :( !!
My goal it to shape the traffic coming from one machine (pc1) to another machine (pc2) throught the "eth0" interface. My test configuration is as follows:
PC1
IP: 192.168.105.237
Mask: 255.255.255.0
OS: Red Hat Linux Kernel 2.4.20-8
Rules:
2006 Dec 12
1
About HFSC ?
...0ms m2 $[3*$UPLINK/10]kbit \
ul rate ${UPLINK}kbit
rt = realtime curve
ls = linksharing curve
but
m1 = ?
m2 = ?
d = dmax ?
I’ve found this article too
http://linux-ip.net/articles/hfsc.en/
And for example this line is quite diferent !
tc class add dev eth0 parent 1:10 classid 1:12 hfsc sc umax 1500b dmax
30ms rate 100kbit ul rate 1000kbit
Does anyone could you light me ?
Regards
2003 Nov 10
0
tc, tbf and accuracy
...all,
I''ve tried to look for this info in previous messages but had no luck.
I''ve a 2.4.20 kernel on an Intel arch., all TC is configured and it seems to work. Anyway, I''ve had some troubles in configuring TBF via tc:
1. when I configure burst or minburst to be, say, 1500b, when I peek the configuration with "tc -s qdisc" the answer is that burst/minburst is equal to 1499. Moreover, any other value I try to configure in "b" unit is always decremented by 1 (3000->2999, and so on). Any clue about that?
2. I also have some strange behaviours abou...